Html Css Color HEX #B617B5 Deep Magenta

📋 copy color: '#B617B5'

red 182 ◦ green 23 ◦ blue 181

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

Shades of Deep Magenta #B617B5

Tints of Deep Magenta #B617B5

RGB

 RED value IS 182 (71.48% from 255) = 47.15%

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

 BLUE value IS 181 (71.09% from 255) = 46.89%

R = 47.15%
G = 5.96%
B = 46.89%

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

#B617B5 (or 0xB617B5) is known color: Deep Magenta. HEX triplet: B6, 17 and B5. RGB value is (182,23,181). Sum of RGB (Red+Green+Blue) = 182+23+181=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 23 (9.38% from 255 or 5.96% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B617B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617B5 is #49E84A. Grayscale: #585858. Windows color (decimal): -4843595 or 11868086. OLE color: 11868086.

HSL color Cylindrical-coordinate representation of color #B617B5: hue angle of 300.38º degrees, saturation: 0.78, 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 #B617B5 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 23 181 -
CMYK 0 0.87 0.01 0.29
HSL 300.38º 0.78% 0.4% -
HSV(B) 300.38º 0.87% 0.71% -
XYZ 27.94 13.89 44.93 -
YUV 88.55 180.18 194.65 -
System Red Green Blue C M Y K H S L
Decimal 182 23 181 0 0.87 0.01 0.29 300.38 0.78 0.4
Hex B6 17 B5 0 57 1 1D 12C 4E 28
Octal 266 27 265 0 127 1 35 454 116 50
Binary 10110110 10111 10110101 0 1010111 1 11101 100101100 1001110 101000

Color Harmonies of #B617B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617B5

Black with #B617B5

Text Example


Text Example

White with #B617B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617B5; }

 p { color: rgb(182,23,181); }

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

background-color css

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

 a { background-color: rgb(182,23,181); }

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

border-color css

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

 span { border-color: rgb(182,23,181); }

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