Html Css Color HEX #B315C6 Deep Magenta

📋 copy color: '#B315C6'

red 179 ◦ green 21 ◦ blue 198

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

Shades of Deep Magenta #B315C6

Tints of Deep Magenta #B315C6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.28%

 BLUE value IS 198 (77.73% from 255) = 49.75%

R = 44.97%
G = 5.28%
B = 49.75%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B315C6 (or 0xB315C6) is known color: Deep Magenta. HEX triplet: B3, 15 and C6. RGB value is (179,21,198). Sum of RGB (Red+Green+Blue) = 179+21+198=398 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.97% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #B315C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315C6 is #4CEA39. Grayscale: #575757. Windows color (decimal): -5040698 or 12981683. OLE color: 12981683.

HSL color Cylindrical-coordinate representation of color #B315C6: hue angle of 293.56º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B315C6 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 21 198 -
CMYK 0.10 0.89 0 0.22
HSL 293.56º 0.81% 0.43% -
HSV(B) 293.56º 0.89% 0.78% -
XYZ 29.05 14.2 54.64 -
YUV 88.42 189.85 192.61 -
System Red Green Blue C M Y K H S L
Decimal 179 21 198 0.10 0.89 0 0.22 293.56 0.81 0.43
Hex B3 15 C6 A 59 0 16 126 51 2B
Octal 263 25 306 12 131 0 26 446 121 53
Binary 10110011 10101 11000110 1010 1011001 0 10110 100100110 1010001 101011

Color Harmonies of #B315C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B315C6

Black with #B315C6

Text Example


Text Example

White with #B315C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B315C6; }

 p { color: rgb(179,21,198); }

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

background-color css

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

 a { background-color: rgb(179,21,198); }

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

border-color css

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

 span { border-color: rgb(179,21,198); }

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