Html Css Color HEX #B913CE Deep Magenta

📋 copy color: '#B913CE'

red 185 ◦ green 19 ◦ blue 206

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

Shades of Deep Magenta #B913CE

Tints of Deep Magenta #B913CE

RGB

 RED value IS 185 (72.66% from 255) = 45.12%

 GREEN value IS 19 (7.81% from 255) = 4.63%

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 45.12%
G = 4.63%
B = 50.24%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B913CE (or 0xB913CE) is known color: Deep Magenta. HEX triplet: B9, 13 and CE. RGB value is (185,19,206). Sum of RGB (Red+Green+Blue) = 185+19+206=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 19 (7.81% from 255 or 4.63% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #B913CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B913CE is #46EC31. Grayscale: #595959. Windows color (decimal): -4647986 or 13505465. OLE color: 13505465.

HSL color Cylindrical-coordinate representation of color #B913CE: hue angle of 293.26º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B913CE is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 19 206 -
CMYK 0.10 0.91 0 0.19
HSL 293.26º 0.83% 0.44% -
HSV(B) 293.26º 0.91% 0.81% -
XYZ 31.38 15.24 59.68 -
YUV 89.95 193.5 195.79 -
System Red Green Blue C M Y K H S L
Decimal 185 19 206 0.10 0.91 0 0.19 293.26 0.83 0.44
Hex B9 13 CE A 5B 0 13 125 53 2C
Octal 271 23 316 12 133 0 23 445 123 54
Binary 10111001 10011 11001110 1010 1011011 0 10011 100100101 1010011 101100

Color Harmonies of #B913CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B913CE

Black with #B913CE

Text Example


Text Example

White with #B913CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B913CE; }

 p { color: rgb(185,19,206); }

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

background-color css

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

 a { background-color: rgb(185,19,206); }

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

border-color css

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

 span { border-color: rgb(185,19,206); }

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