Html Css Color HEX #BB0F81 Medium Violet Red

📋 copy color: '#BB0F81'

red 187 ◦ green 15 ◦ blue 129

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

Shades of Medium Violet Red #BB0F81

Tints of Medium Violet Red #BB0F81

RGB

 RED value IS 187 (73.44% from 255) = 56.5%

 GREEN value IS 15 (6.25% from 255) = 4.53%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 56.5%
G = 4.53%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BB0F81 (or 0xBB0F81) is known color: Medium Violet Red. HEX triplet: BB, 0F and 81. RGB value is (187,15,129). Sum of RGB (Red+Green+Blue) = 187+15+129=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0F81 is #44F07E. Grayscale: #4F4F4F. Windows color (decimal): -4518015 or 8458171. OLE color: 8458171.

HSL color Cylindrical-coordinate representation of color #BB0F81: hue angle of 320.23º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F81 is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 15 129 -
CMYK 0 0.92 0.31 0.27
HSL 320.23º 0.85% 0.4% -
HSV(B) 320.23º 0.92% 0.73% -
XYZ 24.63 12.49 21.88 -
YUV 79.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 187 15 129 0 0.92 0.31 0.27 320.23 0.85 0.4
Hex BB F 81 0 5C 1F 1B 140 55 28
Octal 273 17 201 0 134 37 33 500 125 50
Binary 10111011 1111 10000001 0 1011100 11111 11011 101000000 1010101 101000

Color Harmonies of #BB0F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0F81

Black with #BB0F81

Text Example


Text Example

White with #BB0F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0F81; }

 p { color: rgb(187,15,129); }

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

background-color css

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

 a { background-color: rgb(187,15,129); }

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

border-color css

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

 span { border-color: rgb(187,15,129); }

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