Html Css Color HEX #BB0A90 Medium Violet Red

📋 copy color: '#BB0A90'

red 187 ◦ green 10 ◦ blue 144

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

Shades of Medium Violet Red #BB0A90

Tints of Medium Violet Red #BB0A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.23%

R = 54.84%
G = 2.93%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB0A90 (or 0xBB0A90) is known color: Medium Violet Red. HEX triplet: BB, 0A and 90. RGB value is (187,10,144). Sum of RGB (Red+Green+Blue) = 187+10+144=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 10 (4.30% from 255 or 2.93% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0A90 is #44F56F. Grayscale: #4D4D4D. Windows color (decimal): -4519280 or 9439931. OLE color: 9439931.

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

Color convert

RGB 187 10 144 -
CMYK 0 0.95 0.23 0.27
HSL 314.58º 0.9% 0.39% -
HSV(B) 314.58º 0.95% 0.73% -
XYZ 25.64 12.8 27.5 -
YUV 78.2 165.14 205.6 -
System Red Green Blue C M Y K H S L
Decimal 187 10 144 0 0.95 0.23 0.27 314.58 0.9 0.39
Hex BB A 90 0 5F 17 1B 13B 5A 27
Octal 273 12 220 0 137 27 33 473 132 47
Binary 10111011 1010 10010000 0 1011111 10111 11011 100111011 1011010 100111

Color Harmonies of #BB0A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A90

Black with #BB0A90

Text Example


Text Example

White with #BB0A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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