Html Css Color HEX #B318C0 Deep Magenta

📋 copy color: '#B318C0'

red 179 ◦ green 24 ◦ blue 192

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

Shades of Deep Magenta #B318C0

Tints of Deep Magenta #B318C0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.08%

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

R = 45.32%
G = 6.08%
B = 48.61%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B318C0 (or 0xB318C0) is known color: Deep Magenta. HEX triplet: B3, 18 and C0. RGB value is (179,24,192). Sum of RGB (Red+Green+Blue) = 179+24+192=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #B318C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B318C0 is #4CE73F. Grayscale: #585858. Windows color (decimal): -5039936 or 12589235. OLE color: 12589235.

HSL color Cylindrical-coordinate representation of color #B318C0: hue angle of 295.36º degrees, saturation: 0.78, 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 #B318C0 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 24 192 -
CMYK 0.07 0.88 0 0.25
HSL 295.36º 0.78% 0.42% -
HSV(B) 295.36º 0.88% 0.75% -
XYZ 28.43 14.04 51.08 -
YUV 89.5 185.85 191.84 -
System Red Green Blue C M Y K H S L
Decimal 179 24 192 0.07 0.88 0 0.25 295.36 0.78 0.42
Hex B3 18 C0 7 58 0 19 127 4E 2A
Octal 263 30 300 7 130 0 31 447 116 52
Binary 10110011 11000 11000000 111 1011000 0 11001 100100111 1001110 101010

Color Harmonies of #B318C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318C0

Black with #B318C0

Text Example


Text Example

White with #B318C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318C0; }

 p { color: rgb(179,24,192); }

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

background-color css

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

 a { background-color: rgb(179,24,192); }

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

border-color css

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

 span { border-color: rgb(179,24,192); }

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