Html Css Color HEX #BB01D6 Deep Magenta

📋 copy color: '#BB01D6'

red 187 ◦ green 1 ◦ blue 214

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

Shades of Deep Magenta #BB01D6

Tints of Deep Magenta #BB01D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.23%

R = 46.52%
G = 0.25%
B = 53.23%

CMYK

 C value IS 0.13

 M value IS 1.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB01D6 (or 0xBB01D6) is known color: Deep Magenta. HEX triplet: BB, 01 and D6. RGB value is (187,1,214). Sum of RGB (Red+Green+Blue) = 187+1+214=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 214 (83.98% from 255 or 53.23% from 402); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB01D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01D6 is #44FE29. Grayscale: #505050. Windows color (decimal): -4521514 or 14025147. OLE color: 14025147.

HSL color Cylindrical-coordinate representation of color #BB01D6: hue angle of 292.39º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01D6 is Cyan = 0.13, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 1 214 -
CMYK 0.13 1.00 0 0.16
HSL 292.39º 0.99% 0.42% -
HSV(B) 292.39º 1% 0.84% -
XYZ 32.64 15.44 64.88 -
YUV 80.9 203.12 203.68 -
System Red Green Blue C M Y K H S L
Decimal 187 1 214 0.13 1.00 0 0.16 292.39 0.99 0.42
Hex BB 1 D6 D 64 0 10 124 63 2A
Octal 273 1 326 15 144 0 20 444 143 52
Binary 10111011 1 11010110 1101 1100100 0 10000 100100100 1100011 101010

Color Harmonies of #BB01D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01D6

Black with #BB01D6

Text Example


Text Example

White with #BB01D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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