Html Css Color HEX #BB09A6 Medium Violet Red

📋 copy color: '#BB09A6'

red 187 ◦ green 9 ◦ blue 166

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

Shades of Medium Violet Red #BB09A6

Tints of Medium Violet Red #BB09A6

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.49%

 BLUE value IS 166 (65.23% from 255) = 45.86%

R = 51.66%
G = 2.49%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB09A6 (or 0xBB09A6) is known color: Medium Violet Red. HEX triplet: BB, 09 and A6. RGB value is (187,9,166). Sum of RGB (Red+Green+Blue) = 187+9+166=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB09A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB09A6 is #44F659. Grayscale: #4F4F4F. Windows color (decimal): -4519514 or 10881467. OLE color: 10881467.

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

Color convert

RGB 187 9 166 -
CMYK 0 0.95 0.11 0.27
HSL 307.08º 0.91% 0.38% -
HSV(B) 307.08º 0.95% 0.73% -
XYZ 27.47 13.51 37.24 -
YUV 80.12 176.47 204.23 -
System Red Green Blue C M Y K H S L
Decimal 187 9 166 0 0.95 0.11 0.27 307.08 0.91 0.38
Hex BB 9 A6 0 5F B 1B 133 5B 26
Octal 273 11 246 0 137 13 33 463 133 46
Binary 10111011 1001 10100110 0 1011111 1011 11011 100110011 1011011 100110

Color Harmonies of #BB09A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB09A6

Black with #BB09A6

Text Example


Text Example

White with #BB09A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB09A6; }

 p { color: rgb(187,9,166); }

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

background-color css

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

 a { background-color: rgb(187,9,166); }

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

border-color css

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

 span { border-color: rgb(187,9,166); }

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