Html Css Color HEX #BF0888 Medium Violet Red

📋 copy color: '#BF0888'

red 191 ◦ green 8 ◦ blue 136

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

Shades of Medium Violet Red #BF0888

Tints of Medium Violet Red #BF0888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.39%

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 57.01%
G = 2.39%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BF0888 (or 0xBF0888) is known color: Medium Violet Red. HEX triplet: BF, 08 and 88. RGB value is (191,8,136). Sum of RGB (Red+Green+Blue) = 191+8+136=335 (44% of max value = 765). Red value is 191 (75% from 255 or 57.01% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF0888 is #40F777. Grayscale: #4C4C4C. Windows color (decimal): -4257656 or 8915135. OLE color: 8915135.

HSL color Cylindrical-coordinate representation of color #BF0888: hue angle of 318.03º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0888 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 8 136 -
CMYK 0 0.96 0.29 0.25
HSL 318.03º 0.92% 0.39% -
HSV(B) 318.03º 0.96% 0.75% -
XYZ 26.02 13.03 24.44 -
YUV 77.31 161.13 209.09 -
System Red Green Blue C M Y K H S L
Decimal 191 8 136 0 0.96 0.29 0.25 318.03 0.92 0.39
Hex BF 8 88 0 60 1D 19 13E 5C 27
Octal 277 10 210 0 140 35 31 476 134 47
Binary 10111111 1000 10001000 0 1100000 11101 11001 100111110 1011100 100111

Color Harmonies of #BF0888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0888

Black with #BF0888

Text Example


Text Example

White with #BF0888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0888; }

 p { color: rgb(191,8,136); }

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

background-color css

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

 a { background-color: rgb(191,8,136); }

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

border-color css

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

 span { border-color: rgb(191,8,136); }

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