Html Css Color HEX #B005CB Deep Magenta

📋 copy color: '#B005CB'

red 176 ◦ green 5 ◦ blue 203

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

Shades of Deep Magenta #B005CB

Tints of Deep Magenta #B005CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.86%

R = 45.83%
G = 1.3%
B = 52.86%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B005CB (or 0xB005CB) is known color: Deep Magenta. HEX triplet: B0, 05 and CB. RGB value is (176,5,203). Sum of RGB (Red+Green+Blue) = 176+5+203=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #B005CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005CB is #4FFA34. Grayscale: #4E4E4E. Windows color (decimal): -5241397 or 13305264. OLE color: 13305264.

HSL color Cylindrical-coordinate representation of color #B005CB: hue angle of 291.82º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B005CB is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 5 203 -
CMYK 0.13 0.98 0 0.20
HSL 291.82º 0.95% 0.41% -
HSV(B) 291.82º 0.98% 0.8% -
XYZ 28.74 13.65 57.62 -
YUV 78.7 198.15 197.4 -
System Red Green Blue C M Y K H S L
Decimal 176 5 203 0.13 0.98 0 0.20 291.82 0.95 0.41
Hex B0 5 CB D 62 0 14 124 5F 29
Octal 260 5 313 15 142 0 24 444 137 51
Binary 10110000 101 11001011 1101 1100010 0 10100 100100100 1011111 101001

Color Harmonies of #B005CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005CB

Black with #B005CB

Text Example


Text Example

White with #B005CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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