Html Css Color HEX #B001BB Deep Magenta

📋 copy color: '#B001BB'

red 176 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #B001BB

Tints of Deep Magenta #B001BB

RGB

 RED value IS 176 (69.14% from 255) = 48.35%

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

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

R = 48.35%
G = 0.27%
B = 51.37%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B001BB (or 0xB001BB) is known color: Deep Magenta. HEX triplet: B0, 01 and BB. RGB value is (176,1,187). Sum of RGB (Red+Green+Blue) = 176+1+187=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #B001BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B001BB is #4FFE44. Grayscale: #494949. Windows color (decimal): -5242437 or 12255664. OLE color: 12255664.

HSL color Cylindrical-coordinate representation of color #B001BB: hue angle of 296.45º 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 #B001BB is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 1 187 -
CMYK 0.06 0.99 0 0.27
HSL 296.45º 0.99% 0.37% -
HSV(B) 296.45º 0.99% 0.73% -
XYZ 26.88 12.84 48.08 -
YUV 74.53 191.48 200.38 -
System Red Green Blue C M Y K H S L
Decimal 176 1 187 0.06 0.99 0 0.27 296.45 0.99 0.37
Hex B0 1 BB 6 63 0 1B 128 63 25
Octal 260 1 273 6 143 0 33 450 143 45
Binary 10110000 1 10111011 110 1100011 0 11011 100101000 1100011 100101

Color Harmonies of #B001BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B001BB

Black with #B001BB

Text Example


Text Example

White with #B001BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B001BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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