Html Css Color HEX #B617BC Deep Magenta

📋 copy color: '#B617BC'

red 182 ◦ green 23 ◦ blue 188

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

Shades of Deep Magenta #B617BC

Tints of Deep Magenta #B617BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.84%

R = 46.31%
G = 5.85%
B = 47.84%

CMYK

 C value IS 0.03

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B617BC (or 0xB617BC) is known color: Deep Magenta. HEX triplet: B6, 17 and BC. RGB value is (182,23,188). Sum of RGB (Red+Green+Blue) = 182+23+188=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #B617BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B617BC is #49E843. Grayscale: #585858. Windows color (decimal): -4843588 or 12326838. OLE color: 12326838.

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

Color convert

RGB 182 23 188 -
CMYK 0.03 0.88 0 0.26
HSL 297.82º 0.78% 0.41% -
HSV(B) 297.82º 0.88% 0.74% -
XYZ 28.67 14.19 48.8 -
YUV 89.35 183.68 194.08 -
System Red Green Blue C M Y K H S L
Decimal 182 23 188 0.03 0.88 0 0.26 297.82 0.78 0.41
Hex B6 17 BC 3 58 0 1A 12A 4E 29
Octal 266 27 274 3 130 0 32 452 116 51
Binary 10110110 10111 10111100 11 1011000 0 11010 100101010 1001110 101001

Color Harmonies of #B617BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B617BC

Black with #B617BC

Text Example


Text Example

White with #B617BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B617BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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