Html Css Color HEX #B008CB Deep Magenta

📋 copy color: '#B008CB'

red 176 ◦ green 8 ◦ blue 203

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

Shades of Deep Magenta #B008CB

Tints of Deep Magenta #B008CB

RGB

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

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

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

R = 45.48%
G = 2.07%
B = 52.45%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B008CB (or 0xB008CB) is known color: Deep Magenta. HEX triplet: B0, 08 and CB. RGB value is (176,8,203). Sum of RGB (Red+Green+Blue) = 176+8+203=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #B008CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008CB is #4FF734. Grayscale: #4F4F4F. Windows color (decimal): -5240629 or 13306032. OLE color: 13306032.

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

Color convert

RGB 176 8 203 -
CMYK 0.13 0.96 0 0.20
HSL 291.69º 0.92% 0.41% -
HSV(B) 291.69º 0.96% 0.8% -
XYZ 28.77 13.72 57.63 -
YUV 80.46 197.16 196.14 -
System Red Green Blue C M Y K H S L
Decimal 176 8 203 0.13 0.96 0 0.20 291.69 0.92 0.41
Hex B0 8 CB D 60 0 14 124 5C 29
Octal 260 10 313 15 140 0 24 444 134 51
Binary 10110000 1000 11001011 1101 1100000 0 10100 100100100 1011100 101001

Color Harmonies of #B008CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B008CB

Black with #B008CB

Text Example


Text Example

White with #B008CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B008CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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