Html Css Color HEX #BB0BA5 Medium Violet Red

📋 copy color: '#BB0BA5'

red 187 ◦ green 11 ◦ blue 165

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

Shades of Medium Violet Red #BB0BA5

Tints of Medium Violet Red #BB0BA5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.03%

 BLUE value IS 165 (64.84% from 255) = 45.45%

R = 51.52%
G = 3.03%
B = 45.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BB0BA5 (or 0xBB0BA5) is known color: Medium Violet Red. HEX triplet: BB, 0B and A5. RGB value is (187,11,165). Sum of RGB (Red+Green+Blue) = 187+11+165=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 11 (4.69% from 255 or 3.03% from 363); Blue value is 165 (64.84% from 255 or 45.45% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0BA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0BA5 is #44F45A. Grayscale: #505050. Windows color (decimal): -4519003 or 10816443. OLE color: 10816443.

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

Color convert

RGB 187 11 165 -
CMYK 0 0.94 0.12 0.27
HSL 307.5º 0.89% 0.39% -
HSV(B) 307.5º 0.94% 0.73% -
XYZ 27.4 13.52 36.76 -
YUV 81.18 175.31 203.48 -
System Red Green Blue C M Y K H S L
Decimal 187 11 165 0 0.94 0.12 0.27 307.5 0.89 0.39
Hex BB B A5 0 5E C 1B 134 59 27
Octal 273 13 245 0 136 14 33 464 131 47
Binary 10111011 1011 10100101 0 1011110 1100 11011 100110100 1011001 100111

Color Harmonies of #BB0BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0BA5

Black with #BB0BA5

Text Example


Text Example

White with #BB0BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0BA5; }

 p { color: rgb(187,11,165); }

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

background-color css

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

 a { background-color: rgb(187,11,165); }

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

border-color css

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

 span { border-color: rgb(187,11,165); }

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