Html Css Color HEX #B514BD Deep Magenta

📋 copy color: '#B514BD'

red 181 ◦ green 20 ◦ blue 189

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

Shades of Deep Magenta #B514BD

Tints of Deep Magenta #B514BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.46%

R = 46.41%
G = 5.13%
B = 48.46%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B514BD (or 0xB514BD) is known color: Deep Magenta. HEX triplet: B5, 14 and BD. RGB value is (181,20,189). Sum of RGB (Red+Green+Blue) = 181+20+189=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 20 (8.20% from 255 or 5.13% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #B514BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514BD is #4AEB42. Grayscale: #565656. Windows color (decimal): -4909891 or 12391605. OLE color: 12391605.

HSL color Cylindrical-coordinate representation of color #B514BD: hue angle of 297.16º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B514BD is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 20 189 -
CMYK 0.04 0.89 0 0.26
HSL 297.16º 0.81% 0.41% -
HSV(B) 297.16º 0.89% 0.74% -
XYZ 28.49 14 49.34 -
YUV 87.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 181 20 189 0.04 0.89 0 0.26 297.16 0.81 0.41
Hex B5 14 BD 4 59 0 1A 129 51 29
Octal 265 24 275 4 131 0 32 451 121 51
Binary 10110101 10100 10111101 100 1011001 0 11010 100101001 1010001 101001

Color Harmonies of #B514BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B514BD

Black with #B514BD

Text Example


Text Example

White with #B514BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B514BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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