Html Css Color HEX #BB01BB Deep Magenta

📋 copy color: '#BB01BB'

red 187 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #BB01BB

Tints of Deep Magenta #BB01BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.87%

R = 49.87%
G = 0.27%
B = 49.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB01BB (or 0xBB01BB) is known color: Deep Magenta. HEX triplet: BB, 01 and BB. RGB value is (187,1,187). Sum of RGB (Red+Green+Blue) = 187+1+187=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 1 (0.78% from 255 or 0.27% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB01BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01BB is #44FE44. Grayscale: #4D4D4D. Windows color (decimal): -4521541 or 12255675. OLE color: 12255675.

HSL color Cylindrical-coordinate representation of color #BB01BB: hue angle of 300º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB01BB is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 187 -
CMYK 0 0.99 0 0.27
HSL 300º 0.99% 0.37% -
HSV(B) 300º 0.99% 0.73% -
XYZ 29.47 14.17 48.2 -
YUV 77.82 189.62 205.88 -
System Red Green Blue C M Y K H S L
Decimal 187 1 187 0 0.99 0 0.27 300 0.99 0.37
Hex BB 1 BB 0 63 0 1B 12C 63 25
Octal 273 1 273 0 143 0 33 454 143 45
Binary 10111011 1 10111011 0 1100011 0 11011 100101100 1100011 100101

Color Harmonies of #BB01BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01BB

Black with #BB01BB

Text Example


Text Example

White with #BB01BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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