Html Css Color HEX #BB01CC Deep Magenta

📋 copy color: '#BB01CC'

red 187 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #BB01CC

Tints of Deep Magenta #BB01CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.04%

R = 47.7%
G = 0.26%
B = 52.04%

CMYK

 C value IS 0.08

 M value IS 1.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BB01CC (or 0xBB01CC) is known color: Deep Magenta. HEX triplet: BB, 01 and CC. RGB value is (187,1,204). Sum of RGB (Red+Green+Blue) = 187+1+204=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 204 (80.08% from 255 or 52.04% from 392); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB01CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01CC is #44FE33. Grayscale: #4F4F4F. Windows color (decimal): -4521524 or 13369787. OLE color: 13369787.

HSL color Cylindrical-coordinate representation of color #BB01CC: hue angle of 294.98º 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 #BB01CC is Cyan = 0.08, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 1 204 -
CMYK 0.08 1.00 0 0.2
HSL 294.98º 0.99% 0.4% -
HSV(B) 294.98º 1% 0.8% -
XYZ 31.4 14.95 58.36 -
YUV 79.76 198.12 204.49 -
System Red Green Blue C M Y K H S L
Decimal 187 1 204 0.08 1.00 0 0.2 294.98 0.99 0.4
Hex BB 1 CC 8 64 0 14 127 63 28
Octal 273 1 314 10 144 0 24 447 143 50
Binary 10111011 1 11001100 1000 1100100 0 10100 100100111 1100011 101000

Color Harmonies of #BB01CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01CC

Black with #BB01CC

Text Example


Text Example

White with #BB01CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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