Html Css Color HEX #B316CB Deep Magenta

📋 copy color: '#B316CB'

red 179 ◦ green 22 ◦ blue 203

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

Shades of Deep Magenta #B316CB

Tints of Deep Magenta #B316CB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.45%

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

R = 44.31%
G = 5.45%
B = 50.25%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B316CB (or 0xB316CB) is known color: Deep Magenta. HEX triplet: B3, 16 and CB. RGB value is (179,22,203). Sum of RGB (Red+Green+Blue) = 179+22+203=404 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.31% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #B316CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B316CB is #4CE934. Grayscale: #595959. Windows color (decimal): -5040437 or 13309619. OLE color: 13309619.

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

Color convert

RGB 179 22 203 -
CMYK 0.12 0.89 0 0.20
HSL 292.04º 0.8% 0.44% -
HSV(B) 292.04º 0.89% 0.8% -
XYZ 29.66 14.47 57.73 -
YUV 89.58 192.01 191.78 -
System Red Green Blue C M Y K H S L
Decimal 179 22 203 0.12 0.89 0 0.20 292.04 0.8 0.44
Hex B3 16 CB C 59 0 14 124 50 2C
Octal 263 26 313 14 131 0 24 444 120 54
Binary 10110011 10110 11001011 1100 1011001 0 10100 100100100 1010000 101100

Color Harmonies of #B316CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B316CB

Black with #B316CB

Text Example


Text Example

White with #B316CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B316CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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