Html Css Color HEX #B417B7 Deep Magenta

📋 copy color: '#B417B7'

red 180 ◦ green 23 ◦ blue 183

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

Shades of Deep Magenta #B417B7

Tints of Deep Magenta #B417B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.41%

R = 46.63%
G = 5.96%
B = 47.41%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B417B7 (or 0xB417B7) is known color: Deep Magenta. HEX triplet: B4, 17 and B7. RGB value is (180,23,183). Sum of RGB (Red+Green+Blue) = 180+23+183=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #B417B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B417B7 is #4BE848. Grayscale: #575757. Windows color (decimal): -4974665 or 11999156. OLE color: 11999156.

HSL color Cylindrical-coordinate representation of color #B417B7: hue angle of 298.88º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B417B7 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 180 23 183 -
CMYK 0.02 0.87 0 0.28
HSL 298.88º 0.78% 0.4% -
HSV(B) 298.88º 0.87% 0.72% -
XYZ 27.68 13.73 45.99 -
YUV 88.18 181.51 193.49 -
System Red Green Blue C M Y K H S L
Decimal 180 23 183 0.02 0.87 0 0.28 298.88 0.78 0.4
Hex B4 17 B7 2 57 0 1C 12B 4E 28
Octal 264 27 267 2 127 0 34 453 116 50
Binary 10110100 10111 10110111 10 1010111 0 11100 100101011 1001110 101000

Color Harmonies of #B417B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B417B7

Black with #B417B7

Text Example


Text Example

White with #B417B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B417B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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