Html Css Color HEX #B002BD Deep Magenta

📋 copy color: '#B002BD'

red 176 ◦ green 2 ◦ blue 189

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

Shades of Deep Magenta #B002BD

Tints of Deep Magenta #B002BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.5%

R = 47.96%
G = 0.54%
B = 51.5%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B002BD (or 0xB002BD) is known color: Deep Magenta. HEX triplet: B0, 02 and BD. RGB value is (176,2,189). Sum of RGB (Red+Green+Blue) = 176+2+189=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #B002BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B002BD is #4FFD42. Grayscale: #4A4A4A. Windows color (decimal): -5242179 or 12386992. OLE color: 12386992.

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

Color convert

RGB 176 2 189 -
CMYK 0.07 0.99 0 0.26
HSL 295.83º 0.98% 0.37% -
HSV(B) 295.83º 0.99% 0.74% -
XYZ 27.11 12.95 49.21 -
YUV 75.34 192.15 199.79 -
System Red Green Blue C M Y K H S L
Decimal 176 2 189 0.07 0.99 0 0.26 295.83 0.98 0.37
Hex B0 2 BD 7 63 0 1A 128 62 25
Octal 260 2 275 7 143 0 32 450 142 45
Binary 10110000 10 10111101 111 1100011 0 11010 100101000 1100010 100101

Color Harmonies of #B002BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B002BD

Black with #B002BD

Text Example


Text Example

White with #B002BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B002BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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