Html Css Color HEX #B514CD Deep Magenta

📋 copy color: '#B514CD'

red 181 ◦ green 20 ◦ blue 205

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

Shades of Deep Magenta #B514CD

Tints of Deep Magenta #B514CD

RGB

 RED value IS 181 (71.09% from 255) = 44.58%

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

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 44.58%
G = 4.93%
B = 50.49%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B514CD (or 0xB514CD) is known color: Deep Magenta. HEX triplet: B5, 14 and CD. RGB value is (181,20,205). Sum of RGB (Red+Green+Blue) = 181+20+205=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 20 (8.20% from 255 or 4.93% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #B514CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514CD is #4AEB32. Grayscale: #585858. Windows color (decimal): -4909875 or 13440181. OLE color: 13440181.

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

Color convert

RGB 181 20 205 -
CMYK 0.12 0.90 0 0.20
HSL 292.22º 0.82% 0.44% -
HSV(B) 292.22º 0.9% 0.8% -
XYZ 30.33 14.73 59 -
YUV 89.23 193.34 193.46 -
System Red Green Blue C M Y K H S L
Decimal 181 20 205 0.12 0.90 0 0.20 292.22 0.82 0.44
Hex B5 14 CD C 5A 0 14 124 52 2C
Octal 265 24 315 14 132 0 24 444 122 54
Binary 10110101 10100 11001101 1100 1011010 0 10100 100100100 1010010 101100

Color Harmonies of #B514CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B514CD

Black with #B514CD

Text Example


Text Example

White with #B514CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B514CD; }

 p { color: rgb(181,20,205); }

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

background-color css

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

 a { background-color: rgb(181,20,205); }

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

border-color css

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

 span { border-color: rgb(181,20,205); }

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