Html Css Color HEX #B814CE Deep Magenta

📋 copy color: '#B814CE'

red 184 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #B814CE

Tints of Deep Magenta #B814CE

RGB

 RED value IS 184 (72.27% from 255) = 44.88%

 GREEN value IS 20 (8.2% from 255) = 4.88%

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

R = 44.88%
G = 4.88%
B = 50.24%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B814CE (or 0xB814CE) is known color: Deep Magenta. HEX triplet: B8, 14 and CE. RGB value is (184,20,206). Sum of RGB (Red+Green+Blue) = 184+20+206=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 20 (8.20% from 255 or 4.88% 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 #B814CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B814CE is #47EB31. Grayscale: #595959. Windows color (decimal): -4713266 or 13505720. OLE color: 13505720.

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

Color convert

RGB 184 20 206 -
CMYK 0.11 0.90 0 0.19
HSL 292.9º 0.82% 0.44% -
HSV(B) 292.9º 0.9% 0.81% -
XYZ 31.16 15.15 59.67 -
YUV 90.24 193.33 194.88 -
System Red Green Blue C M Y K H S L
Decimal 184 20 206 0.11 0.90 0 0.19 292.9 0.82 0.44
Hex B8 14 CE B 5A 0 13 125 52 2C
Octal 270 24 316 13 132 0 23 445 122 54
Binary 10111000 10100 11001110 1011 1011010 0 10011 100100101 1010010 101100

Color Harmonies of #B814CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B814CE

Black with #B814CE

Text Example


Text Example

White with #B814CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B814CE; }

 p { color: rgb(184,20,206); }

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

background-color css

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

 a { background-color: rgb(184,20,206); }

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

border-color css

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

 span { border-color: rgb(184,20,206); }

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