Html Css Color HEX #B417B9 Deep Magenta

📋 copy color: '#B417B9'

red 180 ◦ green 23 ◦ blue 185

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

Shades of Deep Magenta #B417B9

Tints of Deep Magenta #B417B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.68%

R = 46.39%
G = 5.93%
B = 47.68%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B417B9 (or 0xB417B9) is known color: Deep Magenta. HEX triplet: B4, 17 and B9. RGB value is (180,23,185). Sum of RGB (Red+Green+Blue) = 180+23+185=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 23 (9.38% from 255 or 5.93% from 388); Blue value is 185 (72.66% from 255 or 47.68% from 388); Max value from RGB is 185 - color contains mainly: blue. Hex color #B417B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417B9 is #4BE846. Grayscale: #575757. Windows color (decimal): -4974663 or 12130228. OLE color: 12130228.

HSL color Cylindrical-coordinate representation of color #B417B9: hue angle of 298.15º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B417B9 is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 23 185 -
CMYK 0.03 0.88 0 0.27
HSL 298.15º 0.78% 0.41% -
HSV(B) 298.15º 0.88% 0.73% -
XYZ 27.89 13.82 47.1 -
YUV 88.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 180 23 185 0.03 0.88 0 0.27 298.15 0.78 0.41
Hex B4 17 B9 3 58 0 1B 12A 4E 29
Octal 264 27 271 3 130 0 33 452 116 51
Binary 10110100 10111 10111001 11 1011000 0 11011 100101010 1001110 101001

Color Harmonies of #B417B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417B9

Black with #B417B9

Text Example


Text Example

White with #B417B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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