Html Css Color HEX #BF0E98 Medium Violet Red

📋 copy color: '#BF0E98'

red 191 ◦ green 14 ◦ blue 152

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

Shades of Medium Violet Red #BF0E98

Tints of Medium Violet Red #BF0E98

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.92%

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

R = 53.5%
G = 3.92%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF0E98 (or 0xBF0E98) is known color: Medium Violet Red. HEX triplet: BF, 0E and 98. RGB value is (191,14,152). Sum of RGB (Red+Green+Blue) = 191+14+152=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0E98 is #40F167. Grayscale: #525252. Windows color (decimal): -4256104 or 9965247. OLE color: 9965247.

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

Color convert

RGB 191 14 152 -
CMYK 0 0.93 0.20 0.25
HSL 313.22º 0.86% 0.4% -
HSV(B) 313.22º 0.93% 0.75% -
XYZ 27.31 13.66 30.9 -
YUV 82.66 167.14 205.28 -
System Red Green Blue C M Y K H S L
Decimal 191 14 152 0 0.93 0.20 0.25 313.22 0.86 0.4
Hex BF E 98 0 5D 14 19 139 56 28
Octal 277 16 230 0 135 24 31 471 126 50
Binary 10111111 1110 10011000 0 1011101 10100 11001 100111001 1010110 101000

Color Harmonies of #BF0E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E98

Black with #BF0E98

Text Example


Text Example

White with #BF0E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E98; }

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

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

background-color css

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

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

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

border-color css

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

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

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