Html Css Color HEX #BB01CB Deep Magenta

📋 copy color: '#BB01CB'

red 187 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #BB01CB

Tints of Deep Magenta #BB01CB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

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

R = 47.83%
G = 0.26%
B = 51.92%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB01CB (or 0xBB01CB) is known color: Deep Magenta. HEX triplet: BB, 01 and CB. RGB value is (187,1,203). Sum of RGB (Red+Green+Blue) = 187+1+203=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB01CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01CB is #44FE34. Grayscale: #4F4F4F. Windows color (decimal): -4521525 or 13304251. OLE color: 13304251.

HSL color Cylindrical-coordinate representation of color #BB01CB: hue angle of 295.25º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01CB is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 1 203 -
CMYK 0.08 1.00 0 0.20
HSL 295.25º 0.99% 0.4% -
HSV(B) 295.25º 1% 0.8% -
XYZ 31.28 14.9 57.73 -
YUV 79.64 197.62 204.57 -
System Red Green Blue C M Y K H S L
Decimal 187 1 203 0.08 1.00 0 0.20 295.25 0.99 0.4
Hex BB 1 CB 8 64 0 14 127 63 28
Octal 273 1 313 10 144 0 24 447 143 50
Binary 10111011 1 11001011 1000 1100100 0 10100 100100111 1100011 101000

Color Harmonies of #BB01CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01CB

Black with #BB01CB

Text Example


Text Example

White with #BB01CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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