Html Css Color HEX #B318CB Deep Magenta

📋 copy color: '#B318CB'

red 179 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #B318CB

Tints of Deep Magenta #B318CB

RGB

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

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

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

R = 44.09%
G = 5.91%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B318CB (or 0xB318CB) is known color: Deep Magenta. HEX triplet: B3, 18 and CB. RGB value is (179,24,203). Sum of RGB (Red+Green+Blue) = 179+24+203=406 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.09% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #B318CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B318CB is #4CE734. Grayscale: #5A5A5A. Windows color (decimal): -5039925 or 13310131. OLE color: 13310131.

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

Color convert

RGB 179 24 203 -
CMYK 0.12 0.88 0 0.20
HSL 291.96º 0.79% 0.45% -
HSV(B) 291.96º 0.88% 0.8% -
XYZ 29.7 14.55 57.74 -
YUV 90.75 191.35 190.95 -
System Red Green Blue C M Y K H S L
Decimal 179 24 203 0.12 0.88 0 0.20 291.96 0.79 0.45
Hex B3 18 CB C 58 0 14 124 4F 2D
Octal 263 30 313 14 130 0 24 444 117 55
Binary 10110011 11000 11001011 1100 1011000 0 10100 100100100 1001111 101101

Color Harmonies of #B318CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318CB

Black with #B318CB

Text Example


Text Example

White with #B318CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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