Html Css Color HEX #B417B3 Deep Magenta

📋 copy color: '#B417B3'

red 180 ◦ green 23 ◦ blue 179

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

Shades of Deep Magenta #B417B3

Tints of Deep Magenta #B417B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.86%

R = 47.12%
G = 6.02%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B417B3 (or 0xB417B3) is known color: Deep Magenta. HEX triplet: B4, 17 and B3. RGB value is (180,23,179). Sum of RGB (Red+Green+Blue) = 180+23+179=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 23 (9.38% from 255 or 6.02% from 382); Blue value is 179 (70.31% from 255 or 46.86% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B417B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417B3 is #4BE84C. Grayscale: #575757. Windows color (decimal): -4974669 or 11737012. OLE color: 11737012.

HSL color Cylindrical-coordinate representation of color #B417B3: hue angle of 300.38º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B417B3 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 23 179 -
CMYK 0 0.87 0.01 0.29
HSL 300.38º 0.77% 0.4% -
HSV(B) 300.38º 0.87% 0.71% -
XYZ 27.27 13.57 43.83 -
YUV 87.73 179.51 193.82 -
System Red Green Blue C M Y K H S L
Decimal 180 23 179 0 0.87 0.01 0.29 300.38 0.77 0.4
Hex B4 17 B3 0 57 1 1D 12C 4D 28
Octal 264 27 263 0 127 1 35 454 115 50
Binary 10110100 10111 10110011 0 1010111 1 11101 100101100 1001101 101000

Color Harmonies of #B417B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417B3

Black with #B417B3

Text Example


Text Example

White with #B417B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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