Html Css Color HEX #B217BD Deep Magenta

📋 copy color: '#B217BD'

red 178 ◦ green 23 ◦ blue 189

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

Shades of Deep Magenta #B217BD

Tints of Deep Magenta #B217BD

RGB

 RED value IS 178 (69.92% from 255) = 45.64%

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

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

R = 45.64%
G = 5.9%
B = 48.46%

CMYK

 C value IS 0.06

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B217BD (or 0xB217BD) is known color: Deep Magenta. HEX triplet: B2, 17 and BD. RGB value is (178,23,189). Sum of RGB (Red+Green+Blue) = 178+23+189=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #B217BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B217BD is #4DE842. Grayscale: #575757. Windows color (decimal): -5105731 or 12392370. OLE color: 12392370.

HSL color Cylindrical-coordinate representation of color #B217BD: hue angle of 296.02º 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 #B217BD is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 23 189 -
CMYK 0.06 0.88 0 0.26
HSL 296.02º 0.78% 0.42% -
HSV(B) 296.02º 0.88% 0.74% -
XYZ 27.85 13.75 49.33 -
YUV 88.27 184.85 192 -
System Red Green Blue C M Y K H S L
Decimal 178 23 189 0.06 0.88 0 0.26 296.02 0.78 0.42
Hex B2 17 BD 6 58 0 1A 128 4E 2A
Octal 262 27 275 6 130 0 32 450 116 52
Binary 10110010 10111 10111101 110 1011000 0 11010 100101000 1001110 101010

Color Harmonies of #B217BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B217BD

Black with #B217BD

Text Example


Text Example

White with #B217BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B217BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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