Html Css Color HEX #B417BD Deep Magenta

📋 copy color: '#B417BD'

red 180 ◦ green 23 ◦ blue 189

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

Shades of Deep Magenta #B417BD

Tints of Deep Magenta #B417BD

RGB

 RED value IS 180 (70.7% from 255) = 45.92%

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

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

R = 45.92%
G = 5.87%
B = 48.21%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B417BD (or 0xB417BD) is known color: Deep Magenta. HEX triplet: B4, 17 and BD. RGB value is (180,23,189). Sum of RGB (Red+Green+Blue) = 180+23+189=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #B417BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417BD is #4BE842. Grayscale: #585858. Windows color (decimal): -4974659 or 12392372. OLE color: 12392372.

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

Color convert

RGB 180 23 189 -
CMYK 0.05 0.88 0 0.26
HSL 296.75º 0.78% 0.42% -
HSV(B) 296.75º 0.88% 0.74% -
XYZ 28.31 13.99 49.35 -
YUV 88.87 184.51 193 -
System Red Green Blue C M Y K H S L
Decimal 180 23 189 0.05 0.88 0 0.26 296.75 0.78 0.42
Hex B4 17 BD 5 58 0 1A 129 4E 2A
Octal 264 27 275 5 130 0 32 451 116 52
Binary 10110100 10111 10111101 101 1011000 0 11010 100101001 1001110 101010

Color Harmonies of #B417BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417BD

Black with #B417BD

Text Example


Text Example

White with #B417BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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