Html Css Color HEX #B617C0 Deep Magenta

📋 copy color: '#B617C0'

red 182 ◦ green 23 ◦ blue 192

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

Shades of Deep Magenta #B617C0

Tints of Deep Magenta #B617C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.36%

R = 45.84%
G = 5.79%
B = 48.36%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B617C0 (or 0xB617C0) is known color: Deep Magenta. HEX triplet: B6, 17 and C0. RGB value is (182,23,192). Sum of RGB (Red+Green+Blue) = 182+23+192=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #B617C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617C0 is #49E83F. Grayscale: #595959. Windows color (decimal): -4843584 or 12588982. OLE color: 12588982.

HSL color Cylindrical-coordinate representation of color #B617C0: hue angle of 296.45º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B617C0 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 23 192 -
CMYK 0.05 0.88 0 0.25
HSL 296.45º 0.79% 0.42% -
HSV(B) 296.45º 0.88% 0.75% -
XYZ 29.11 14.36 51.11 -
YUV 89.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 182 23 192 0.05 0.88 0 0.25 296.45 0.79 0.42
Hex B6 17 C0 5 58 0 19 128 4F 2A
Octal 266 27 300 5 130 0 31 450 117 52
Binary 10110110 10111 11000000 101 1011000 0 11001 100101000 1001111 101010

Color Harmonies of #B617C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617C0

Black with #B617C0

Text Example


Text Example

White with #B617C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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