Html Css Color HEX #B514D0 Deep Magenta

📋 copy color: '#B514D0'

red 181 ◦ green 20 ◦ blue 208

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

Shades of Deep Magenta #B514D0

Tints of Deep Magenta #B514D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.86%

R = 44.25%
G = 4.89%
B = 50.86%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B514D0 (or 0xB514D0) is known color: Deep Magenta. HEX triplet: B5, 14 and D0. RGB value is (181,20,208). Sum of RGB (Red+Green+Blue) = 181+20+208=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 208 (81.64% from 255 or 50.86% from 409); Max value from RGB is 208 - color contains mainly: blue. Hex color #B514D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514D0 is #4AEB2F. Grayscale: #585858. Windows color (decimal): -4909872 or 13636789. OLE color: 13636789.

HSL color Cylindrical-coordinate representation of color #B514D0: hue angle of 291.38º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B514D0 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 20 208 -
CMYK 0.13 0.90 0 0.18
HSL 291.38º 0.82% 0.45% -
HSV(B) 291.38º 0.9% 0.82% -
XYZ 30.69 14.88 60.93 -
YUV 89.57 194.84 193.21 -
System Red Green Blue C M Y K H S L
Decimal 181 20 208 0.13 0.90 0 0.18 291.38 0.82 0.45
Hex B5 14 D0 D 5A 0 12 123 52 2D
Octal 265 24 320 15 132 0 22 443 122 55
Binary 10110101 10100 11010000 1101 1011010 0 10010 100100011 1010010 101101

Color Harmonies of #B514D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B514D0

Black with #B514D0

Text Example


Text Example

White with #B514D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B514D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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