Html Css Color HEX #B008B2 Deep Magenta

📋 copy color: '#B008B2'

red 176 ◦ green 8 ◦ blue 178

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

Shades of Deep Magenta #B008B2

Tints of Deep Magenta #B008B2

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.21%

 BLUE value IS 178 (69.92% from 255) = 49.17%

R = 48.62%
G = 2.21%
B = 49.17%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B008B2 (or 0xB008B2) is known color: Deep Magenta. HEX triplet: B0, 08 and B2. RGB value is (176,8,178). Sum of RGB (Red+Green+Blue) = 176+8+178=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 8 (3.52% from 255 or 2.21% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #B008B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B008B2 is #4FF74D. Grayscale: #4D4D4D. Windows color (decimal): -5240654 or 11667632. OLE color: 11667632.

HSL color Cylindrical-coordinate representation of color #B008B2: hue angle of 299.29º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B008B2 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 176 8 178 -
CMYK 0.01 0.96 0 0.30
HSL 299.29º 0.91% 0.36% -
HSV(B) 299.29º 0.96% 0.7% -
XYZ 26.03 12.62 43.18 -
YUV 77.61 184.66 198.18 -
System Red Green Blue C M Y K H S L
Decimal 176 8 178 0.01 0.96 0 0.30 299.29 0.91 0.36
Hex B0 8 B2 1 60 0 1E 12B 5B 24
Octal 260 10 262 1 140 0 36 453 133 44
Binary 10110000 1000 10110010 1 1100000 0 11110 100101011 1011011 100100

Color Harmonies of #B008B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008B2

Black with #B008B2

Text Example


Text Example

White with #B008B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008B2; }

 p { color: rgb(176,8,178); }

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

background-color css

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

 a { background-color: rgb(176,8,178); }

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

border-color css

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

 span { border-color: rgb(176,8,178); }

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