Html Css Color HEX #B002BB Deep Magenta

📋 copy color: '#B002BB'

red 176 ◦ green 2 ◦ blue 187

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

Shades of Deep Magenta #B002BB

Tints of Deep Magenta #B002BB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 48.22%
G = 0.55%
B = 51.23%

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

#B002BB (or 0xB002BB) is known color: Deep Magenta. HEX triplet: B0, 02 and BB. RGB value is (176,2,187). Sum of RGB (Red+Green+Blue) = 176+2+187=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #B002BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002BB is #4FFD44. Grayscale: #4A4A4A. Windows color (decimal): -5242181 or 12255920. OLE color: 12255920.

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

Color convert

RGB 176 2 187 -
CMYK 0.06 0.99 0 0.27
HSL 296.43º 0.98% 0.37% -
HSV(B) 296.43º 0.99% 0.73% -
XYZ 26.9 12.86 48.08 -
YUV 75.12 191.15 199.96 -
System Red Green Blue C M Y K H S L
Decimal 176 2 187 0.06 0.99 0 0.27 296.43 0.98 0.37
Hex B0 2 BB 6 63 0 1B 128 62 25
Octal 260 2 273 6 143 0 33 450 142 45
Binary 10110000 10 10111011 110 1100011 0 11011 100101000 1100010 100101

Color Harmonies of #B002BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B002BB

Black with #B002BB

Text Example


Text Example

White with #B002BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B002BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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