Html Css Color HEX #B315CB Deep Magenta

📋 copy color: '#B315CB'

red 179 ◦ green 21 ◦ blue 203

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

Shades of Deep Magenta #B315CB

Tints of Deep Magenta #B315CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.37%

R = 44.42%
G = 5.21%
B = 50.37%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B315CB (or 0xB315CB) is known color: Deep Magenta. HEX triplet: B3, 15 and CB. RGB value is (179,21,203). Sum of RGB (Red+Green+Blue) = 179+21+203=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #B315CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315CB is #4CEA34. Grayscale: #585858. Windows color (decimal): -5040693 or 13309363. OLE color: 13309363.

HSL color Cylindrical-coordinate representation of color #B315CB: hue angle of 292.09º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B315CB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 179 21 203 -
CMYK 0.12 0.90 0 0.20
HSL 292.09º 0.81% 0.44% -
HSV(B) 292.09º 0.9% 0.8% -
XYZ 29.64 14.43 57.72 -
YUV 88.99 192.35 192.2 -
System Red Green Blue C M Y K H S L
Decimal 179 21 203 0.12 0.90 0 0.20 292.09 0.81 0.44
Hex B3 15 CB C 5A 0 14 124 51 2C
Octal 263 25 313 14 132 0 24 444 121 54
Binary 10110011 10101 11001011 1100 1011010 0 10100 100100100 1010001 101100

Color Harmonies of #B315CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B315CB

Black with #B315CB

Text Example


Text Example

White with #B315CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B315CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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