Html Css Color HEX #BB0A70 Medium Violet Red

📋 copy color: '#BB0A70'

red 187 ◦ green 10 ◦ blue 112

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

Shades of Medium Violet Red #BB0A70

Tints of Medium Violet Red #BB0A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 60.52%
G = 3.24%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB0A70 (or 0xBB0A70) is known color: Medium Violet Red. HEX triplet: BB, 0A and 70. RGB value is (187,10,112). Sum of RGB (Red+Green+Blue) = 187+10+112=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 10 (4.30% from 255 or 3.24% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0A70 is #44F58F. Grayscale: #4A4A4A. Windows color (decimal): -4519312 or 7342779. OLE color: 7342779.

HSL color Cylindrical-coordinate representation of color #BB0A70: hue angle of 325.42º 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 #BB0A70 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 10 112 -
CMYK 0 0.95 0.40 0.27
HSL 325.42º 0.9% 0.39% -
HSV(B) 325.42º 0.95% 0.73% -
XYZ 23.53 11.95 16.4 -
YUV 74.55 149.14 208.21 -
System Red Green Blue C M Y K H S L
Decimal 187 10 112 0 0.95 0.40 0.27 325.42 0.9 0.39
Hex BB A 70 0 5F 28 1B 145 5A 27
Octal 273 12 160 0 137 50 33 505 132 47
Binary 10111011 1010 1110000 0 1011111 101000 11011 101000101 1011010 100111

Color Harmonies of #BB0A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A70

Black with #BB0A70

Text Example


Text Example

White with #BB0A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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