Html Css Color HEX #BB09BC Deep Magenta

📋 copy color: '#BB09BC'

red 187 ◦ green 9 ◦ blue 188

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

Shades of Deep Magenta #BB09BC

Tints of Deep Magenta #BB09BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 48.7%
G = 2.34%
B = 48.96%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB09BC (or 0xBB09BC) is known color: Deep Magenta. HEX triplet: BB, 09 and BC. RGB value is (187,9,188). Sum of RGB (Red+Green+Blue) = 187+9+188=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB09BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB09BC is #44F643. Grayscale: #525252. Windows color (decimal): -4519492 or 12323259. OLE color: 12323259.

HSL color Cylindrical-coordinate representation of color #BB09BC: hue angle of 299.66º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB09BC is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 9 188 -
CMYK 0.01 0.95 0 0.26
HSL 299.66º 0.91% 0.39% -
HSV(B) 299.66º 0.95% 0.74% -
XYZ 29.67 14.39 48.79 -
YUV 82.63 187.47 202.45 -
System Red Green Blue C M Y K H S L
Decimal 187 9 188 0.01 0.95 0 0.26 299.66 0.91 0.39
Hex BB 9 BC 1 5F 0 1A 12C 5B 27
Octal 273 11 274 1 137 0 32 454 133 47
Binary 10111011 1001 10111100 1 1011111 0 11010 100101100 1011011 100111

Color Harmonies of #BB09BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB09BC

Black with #BB09BC

Text Example


Text Example

White with #BB09BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB09BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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