Html Css Color HEX #BB01D7 Deep Magenta

📋 copy color: '#BB01D7'

red 187 ◦ green 1 ◦ blue 215

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

Shades of Deep Magenta #BB01D7

Tints of Deep Magenta #BB01D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.35%

R = 46.4%
G = 0.25%
B = 53.35%

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

#BB01D7 (or 0xBB01D7) is known color: Deep Magenta. HEX triplet: BB, 01 and D7. RGB value is (187,1,215). Sum of RGB (Red+Green+Blue) = 187+1+215=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB01D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01D7 is #44FE28. Grayscale: #505050. Windows color (decimal): -4521513 or 14090683. OLE color: 14090683.

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

Color convert

RGB 187 1 215 -
CMYK 0.13 1.00 0 0.16
HSL 292.15º 0.99% 0.42% -
HSV(B) 292.15º 1% 0.84% -
XYZ 32.77 15.49 65.55 -
YUV 81.01 203.62 203.6 -
System Red Green Blue C M Y K H S L
Decimal 187 1 215 0.13 1.00 0 0.16 292.15 0.99 0.42
Hex BB 1 D7 D 64 0 10 124 63 2A
Octal 273 1 327 15 144 0 20 444 143 52
Binary 10111011 1 11010111 1101 1100100 0 10000 100100100 1100011 101010

Color Harmonies of #BB01D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01D7

Black with #BB01D7

Text Example


Text Example

White with #BB01D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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