Html Css Color HEX #BB08CB Deep Magenta

📋 copy color: '#BB08CB'

red 187 ◦ green 8 ◦ blue 203

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

Shades of Deep Magenta #BB08CB

Tints of Deep Magenta #BB08CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.01%

R = 46.98%
G = 2.01%
B = 51.01%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB08CB (or 0xBB08CB) is known color: Deep Magenta. HEX triplet: BB, 08 and CB. RGB value is (187,8,203). Sum of RGB (Red+Green+Blue) = 187+8+203=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB08CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB08CB is #44F734. Grayscale: #535353. Windows color (decimal): -4519733 or 13306043. OLE color: 13306043.

HSL color Cylindrical-coordinate representation of color #BB08CB: hue angle of 295.08º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB08CB is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 8 203 -
CMYK 0.08 0.96 0 0.20
HSL 295.08º 0.92% 0.41% -
HSV(B) 295.08º 0.96% 0.8% -
XYZ 31.36 15.05 57.75 -
YUV 83.75 195.3 201.64 -
System Red Green Blue C M Y K H S L
Decimal 187 8 203 0.08 0.96 0 0.20 295.08 0.92 0.41
Hex BB 8 CB 8 60 0 14 127 5C 29
Octal 273 10 313 10 140 0 24 447 134 51
Binary 10111011 1000 11001011 1000 1100000 0 10100 100100111 1011100 101001

Color Harmonies of #BB08CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB08CB

Black with #BB08CB

Text Example


Text Example

White with #BB08CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB08CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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