Html Css Color HEX #BB08DF Deep Magenta

📋 copy color: '#BB08DF'

red 187 ◦ green 8 ◦ blue 223

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

Shades of Deep Magenta #BB08DF

Tints of Deep Magenta #BB08DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.91%

 BLUE value IS 223 (87.5% from 255) = 53.35%

R = 44.74%
G = 1.91%
B = 53.35%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB08DF (or 0xBB08DF) is known color: Deep Magenta. HEX triplet: BB, 08 and DF. RGB value is (187,8,223). Sum of RGB (Red+Green+Blue) = 187+8+223=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 8 (3.52% from 255 or 1.91% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB08DF is #44F720. Grayscale: #555555. Windows color (decimal): -4519713 or 14616763. OLE color: 14616763.

HSL color Cylindrical-coordinate representation of color #BB08DF: hue angle of 289.95º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB08DF is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 8 223 -
CMYK 0.16 0.96 0 0.13
HSL 289.95º 0.93% 0.45% -
HSV(B) 289.95º 0.96% 0.87% -
XYZ 33.9 16.07 71.13 -
YUV 86.03 205.3 200.02 -
System Red Green Blue C M Y K H S L
Decimal 187 8 223 0.16 0.96 0 0.13 289.95 0.93 0.45
Hex BB 8 DF 10 60 0 D 122 5D 2D
Octal 273 10 337 20 140 0 15 442 135 55
Binary 10111011 1000 11011111 10000 1100000 0 1101 100100010 1011101 101101

Color Harmonies of #BB08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB08DF

Black with #BB08DF

Text Example


Text Example

White with #BB08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB08DF; }

 p { color: rgb(187,8,223); }

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

background-color css

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

 a { background-color: rgb(187,8,223); }

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

border-color css

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

 span { border-color: rgb(187,8,223); }

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