Html Css Color HEX #B714CE Deep Magenta

📋 copy color: '#B714CE'

red 183 ◦ green 20 ◦ blue 206

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

Shades of Deep Magenta #B714CE

Tints of Deep Magenta #B714CE

RGB

 RED value IS 183 (71.88% from 255) = 44.74%

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

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

R = 44.74%
G = 4.89%
B = 50.37%

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

#B714CE (or 0xB714CE) is known color: Deep Magenta. HEX triplet: B7, 14 and CE. RGB value is (183,20,206). Sum of RGB (Red+Green+Blue) = 183+20+206=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #B714CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B714CE is #48EB31. Grayscale: #595959. Windows color (decimal): -4778802 or 13505719. OLE color: 13505719.

HSL color Cylindrical-coordinate representation of color #B714CE: hue angle of 292.58º 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 #B714CE is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 20 206 -
CMYK 0.11 0.90 0 0.19
HSL 292.58º 0.82% 0.44% -
HSV(B) 292.58º 0.9% 0.81% -
XYZ 30.92 15.02 59.66 -
YUV 89.94 193.5 194.38 -
System Red Green Blue C M Y K H S L
Decimal 183 20 206 0.11 0.90 0 0.19 292.58 0.82 0.44
Hex B7 14 CE B 5A 0 13 125 52 2C
Octal 267 24 316 13 132 0 23 445 122 54
Binary 10110111 10100 11001110 1011 1011010 0 10011 100100101 1010010 101100

Color Harmonies of #B714CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B714CE

Black with #B714CE

Text Example


Text Example

White with #B714CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B714CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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