Html Css Color HEX #BB09A2 Medium Violet Red

📋 copy color: '#BB09A2'

red 187 ◦ green 9 ◦ blue 162

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

Shades of Medium Violet Red #BB09A2

Tints of Medium Violet Red #BB09A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.25%

R = 52.23%
G = 2.51%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BB09A2 (or 0xBB09A2) is known color: Medium Violet Red. HEX triplet: BB, 09 and A2. RGB value is (187,9,162). Sum of RGB (Red+Green+Blue) = 187+9+162=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB09A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB09A2 is #44F65D. Grayscale: #4F4F4F. Windows color (decimal): -4519518 or 10619323. OLE color: 10619323.

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

Color convert

RGB 187 9 162 -
CMYK 0 0.95 0.13 0.27
HSL 308.43º 0.91% 0.38% -
HSV(B) 308.43º 0.95% 0.73% -
XYZ 27.11 13.37 35.33 -
YUV 79.66 174.47 204.56 -
System Red Green Blue C M Y K H S L
Decimal 187 9 162 0 0.95 0.13 0.27 308.43 0.91 0.38
Hex BB 9 A2 0 5F D 1B 134 5B 26
Octal 273 11 242 0 137 15 33 464 133 46
Binary 10111011 1001 10100010 0 1011111 1101 11011 100110100 1011011 100110

Color Harmonies of #BB09A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB09A2

Black with #BB09A2

Text Example


Text Example

White with #BB09A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB09A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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