Html Css Color HEX #B017CB Deep Magenta

📋 copy color: '#B017CB'

red 176 ◦ green 23 ◦ blue 203

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

Shades of Deep Magenta #B017CB

Tints of Deep Magenta #B017CB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.72%

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

R = 43.78%
G = 5.72%
B = 50.5%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B017CB (or 0xB017CB) is known color: Deep Magenta. HEX triplet: B0, 17 and CB. RGB value is (176,23,203). Sum of RGB (Red+Green+Blue) = 176+23+203=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #B017CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017CB is #4FE834. Grayscale: #585858. Windows color (decimal): -5236789 or 13309872. OLE color: 13309872.

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

Color convert

RGB 176 23 203 -
CMYK 0.13 0.89 0 0.20
HSL 291º 0.8% 0.44% -
HSV(B) 291º 0.89% 0.8% -
XYZ 28.99 14.15 57.7 -
YUV 89.27 192.19 189.86 -
System Red Green Blue C M Y K H S L
Decimal 176 23 203 0.13 0.89 0 0.20 291 0.8 0.44
Hex B0 17 CB D 59 0 14 123 50 2C
Octal 260 27 313 15 131 0 24 443 120 54
Binary 10110000 10111 11001011 1101 1011001 0 10100 100100011 1010000 101100

Color Harmonies of #B017CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017CB

Black with #B017CB

Text Example


Text Example

White with #B017CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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