Html Css Color HEX #B318CF Deep Magenta

📋 copy color: '#B318CF'

red 179 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #B318CF

Tints of Deep Magenta #B318CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 43.66%
G = 5.85%
B = 50.49%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B318CF (or 0xB318CF) is known color: Deep Magenta. HEX triplet: B3, 18 and CF. RGB value is (179,24,207). Sum of RGB (Red+Green+Blue) = 179+24+207=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #B318CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B318CF is #4CE730. Grayscale: #5A5A5A. Windows color (decimal): -5039921 or 13572275. OLE color: 13572275.

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

Color convert

RGB 179 24 207 -
CMYK 0.14 0.88 0 0.19
HSL 290.82º 0.79% 0.45% -
HSV(B) 290.82º 0.88% 0.81% -
XYZ 30.18 14.74 60.29 -
YUV 91.21 193.35 190.62 -
System Red Green Blue C M Y K H S L
Decimal 179 24 207 0.14 0.88 0 0.19 290.82 0.79 0.45
Hex B3 18 CF E 58 0 13 123 4F 2D
Octal 263 30 317 16 130 0 23 443 117 55
Binary 10110011 11000 11001111 1110 1011000 0 10011 100100011 1001111 101101

Color Harmonies of #B318CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318CF

Black with #B318CF

Text Example


Text Example

White with #B318CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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