Html Css Color HEX #BF2298 Medium Violet Red

📋 copy color: '#BF2298'

red 191 ◦ green 34 ◦ blue 152

#BF2298
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BF2298

Tints of Medium Violet Red #BF2298

RGB

 RED value IS 191 (75% from 255) = 50.66%

 GREEN value IS 34 (13.67% from 255) = 9.02%

 BLUE value IS 152 (59.77% from 255) = 40.32%

R = 50.66%
G = 9.02%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF2298 (or 0xBF2298) is known color: Medium Violet Red. HEX triplet: BF, 22 and 98. RGB value is (191,34,152). Sum of RGB (Red+Green+Blue) = 191+34+152=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 152 (59.77% from 255 or 40.32% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2298 is #40DD67. Grayscale: #5E5E5E. Windows color (decimal): -4250984 or 9970367. OLE color: 9970367.

HSL color Cylindrical-coordinate representation of color #BF2298: hue angle of 314.9º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2298 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 34 152 -
CMYK 0 0.82 0.20 0.25
HSL 314.9º 0.7% 0.44% -
HSV(B) 314.9º 0.82% 0.75% -
XYZ 27.73 14.49 31.04 -
YUV 94.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 191 34 152 0 0.82 0.20 0.25 314.9 0.7 0.44
Hex BF 22 98 0 52 14 19 13B 46 2C
Octal 277 42 230 0 122 24 31 473 106 54
Binary 10111111 100010 10011000 0 1010010 10100 11001 100111011 1000110 101100

Color Harmonies of #BF2298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2298

Black with #BF2298

Text Example


Text Example

White with #BF2298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2298; }

 p { color: rgb(191,34,152); }

 H1.HeaderClassName
 {
   color: #BF2298;
 }
 .AnyTagClassName
 {
   color: #BF2298;
 }
</style>

background-color css

<style>
 a { background-color: #BF2298; }

 a { background-color: rgb(191,34,152); }

 div.DivClassName
 {
   background-color: #BF2298;
 }
 .BgClassName
 {
   background-color: #BF2298;
 }
</style>

border-color css

<style>
 span { border-color: #BF2298; }

 span { border-color: rgb(191,34,152); }

 td.TdClassName
 {
   border-color: #BF2298;
 }
 .TagClassName
 {
   border-color: #BF2298;
 }
</style>