Html Css Color HEX #BB0A6F Medium Violet Red

📋 copy color: '#BB0A6F'

red 187 ◦ green 10 ◦ blue 111

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

Shades of Medium Violet Red #BB0A6F

Tints of Medium Violet Red #BB0A6F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.25%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 60.71%
G = 3.25%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB0A6F (or 0xBB0A6F) is known color: Medium Violet Red. HEX triplet: BB, 0A and 6F. RGB value is (187,10,111). Sum of RGB (Red+Green+Blue) = 187+10+111=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0A6F is #44F590. Grayscale: #4A4A4A. Windows color (decimal): -4519313 or 7277243. OLE color: 7277243.

HSL color Cylindrical-coordinate representation of color #BB0A6F: hue angle of 325.76º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0A6F is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 10 111 -
CMYK 0 0.95 0.41 0.27
HSL 325.76º 0.9% 0.39% -
HSV(B) 325.76º 0.95% 0.73% -
XYZ 23.47 11.93 16.1 -
YUV 74.44 148.64 208.29 -
System Red Green Blue C M Y K H S L
Decimal 187 10 111 0 0.95 0.41 0.27 325.76 0.9 0.39
Hex BB A 6F 0 5F 29 1B 146 5A 27
Octal 273 12 157 0 137 51 33 506 132 47
Binary 10111011 1010 1101111 0 1011111 101001 11011 101000110 1011010 100111

Color Harmonies of #BB0A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A6F

Black with #BB0A6F

Text Example


Text Example

White with #BB0A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A6F; }

 p { color: rgb(187,10,111); }

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

background-color css

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

 a { background-color: rgb(187,10,111); }

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

border-color css

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

 span { border-color: rgb(187,10,111); }

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