Html Css Color HEX #B005B0 Deep Magenta

📋 copy color: '#B005B0'

red 176 ◦ green 5 ◦ blue 176

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

Shades of Deep Magenta #B005B0

Tints of Deep Magenta #B005B0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.4%

 BLUE value IS 176 (69.14% from 255) = 49.3%

R = 49.3%
G = 1.4%
B = 49.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B005B0 (or 0xB005B0) is known color: Deep Magenta. HEX triplet: B0, 05 and B0. RGB value is (176,5,176). Sum of RGB (Red+Green+Blue) = 176+5+176=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 176 (69.14% from 255 or 49.30% from 357); Max value from RGB is 176 - color contains mainly: red, blue. Hex color #B005B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B005B0 is #4FFA4F. Grayscale: #4B4B4B. Windows color (decimal): -5241424 or 11535792. OLE color: 11535792.

HSL color Cylindrical-coordinate representation of color #B005B0: hue angle of 300º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B005B0 is Cyan = 0, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 5 176 -
CMYK 0 0.97 0 0.31
HSL 300º 0.94% 0.35% -
HSV(B) 300º 0.97% 0.69% -
XYZ 25.8 12.47 42.12 -
YUV 75.62 184.65 199.6 -
System Red Green Blue C M Y K H S L
Decimal 176 5 176 0 0.97 0 0.31 300 0.94 0.35
Hex B0 5 B0 0 61 0 1F 12C 5E 23
Octal 260 5 260 0 141 0 37 454 136 43
Binary 10110000 101 10110000 0 1100001 0 11111 100101100 1011110 100011

Color Harmonies of #B005B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005B0

Black with #B005B0

Text Example


Text Example

White with #B005B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005B0; }

 p { color: rgb(176,5,176); }

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

background-color css

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

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

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

border-color css

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

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

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