Html Css Color HEX #B317CC Deep Magenta

📋 copy color: '#B317CC'

red 179 ◦ green 23 ◦ blue 204

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

Shades of Deep Magenta #B317CC

Tints of Deep Magenta #B317CC

RGB

 RED value IS 179 (70.31% from 255) = 44.09%

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

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 44.09%
G = 5.67%
B = 50.25%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B317CC (or 0xB317CC) is known color: Deep Magenta. HEX triplet: B3, 17 and CC. RGB value is (179,23,204). Sum of RGB (Red+Green+Blue) = 179+23+204=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #B317CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B317CC is #4CE833. Grayscale: #595959. Windows color (decimal): -5040180 or 13375411. OLE color: 13375411.

HSL color Cylindrical-coordinate representation of color #B317CC: hue angle of 291.71º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B317CC is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 179 23 204 -
CMYK 0.12 0.89 0 0.2
HSL 291.71º 0.8% 0.45% -
HSV(B) 291.71º 0.89% 0.8% -
XYZ 29.8 14.56 58.37 -
YUV 90.28 192.18 191.28 -
System Red Green Blue C M Y K H S L
Decimal 179 23 204 0.12 0.89 0 0.2 291.71 0.8 0.45
Hex B3 17 CC C 59 0 14 124 50 2D
Octal 263 27 314 14 131 0 24 444 120 55
Binary 10110011 10111 11001100 1100 1011001 0 10100 100100100 1010000 101101

Color Harmonies of #B317CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B317CC

Black with #B317CC

Text Example


Text Example

White with #B317CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B317CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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