Html Css Color HEX #B017BD Deep Magenta

📋 copy color: '#B017BD'

red 176 ◦ green 23 ◦ blue 189

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

Shades of Deep Magenta #B017BD

Tints of Deep Magenta #B017BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.71%

R = 45.36%
G = 5.93%
B = 48.71%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B017BD (or 0xB017BD) is known color: Deep Magenta. HEX triplet: B0, 17 and BD. RGB value is (176,23,189). Sum of RGB (Red+Green+Blue) = 176+23+189=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #B017BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017BD is #4FE842. Grayscale: #575757. Windows color (decimal): -5236803 or 12392368. OLE color: 12392368.

HSL color Cylindrical-coordinate representation of color #B017BD: hue angle of 295.3º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B017BD is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 23 189 -
CMYK 0.07 0.88 0 0.26
HSL 295.3º 0.78% 0.42% -
HSV(B) 295.3º 0.88% 0.74% -
XYZ 27.4 13.52 49.31 -
YUV 87.67 185.19 191 -
System Red Green Blue C M Y K H S L
Decimal 176 23 189 0.07 0.88 0 0.26 295.3 0.78 0.42
Hex B0 17 BD 7 58 0 1A 127 4E 2A
Octal 260 27 275 7 130 0 32 447 116 52
Binary 10110000 10111 10111101 111 1011000 0 11010 100100111 1001110 101010

Color Harmonies of #B017BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017BD

Black with #B017BD

Text Example


Text Example

White with #B017BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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