Html Css Color HEX #BB09BF Deep Magenta

📋 copy color: '#BB09BF'

red 187 ◦ green 9 ◦ blue 191

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

Shades of Deep Magenta #BB09BF

Tints of Deep Magenta #BB09BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.35%

R = 48.32%
G = 2.33%
B = 49.35%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB09BF (or 0xBB09BF) is known color: Deep Magenta. HEX triplet: BB, 09 and BF. RGB value is (187,9,191). Sum of RGB (Red+Green+Blue) = 187+9+191=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB09BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB09BF is #44F640. Grayscale: #525252. Windows color (decimal): -4519489 or 12519867. OLE color: 12519867.

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

Color convert

RGB 187 9 191 -
CMYK 0.02 0.95 0 0.25
HSL 298.68º 0.91% 0.39% -
HSV(B) 298.68º 0.95% 0.75% -
XYZ 30 14.52 50.51 -
YUV 82.97 188.97 202.2 -
System Red Green Blue C M Y K H S L
Decimal 187 9 191 0.02 0.95 0 0.25 298.68 0.91 0.39
Hex BB 9 BF 2 5F 0 19 12B 5B 27
Octal 273 11 277 2 137 0 31 453 133 47
Binary 10111011 1001 10111111 10 1011111 0 11001 100101011 1011011 100111

Color Harmonies of #BB09BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB09BF

Black with #BB09BF

Text Example


Text Example

White with #BB09BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB09BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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