Html Css Color HEX #B514BF Deep Magenta

📋 copy color: '#B514BF'

red 181 ◦ green 20 ◦ blue 191

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

Shades of Deep Magenta #B514BF

Tints of Deep Magenta #B514BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.72%

R = 46.17%
G = 5.1%
B = 48.72%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B514BF (or 0xB514BF) is known color: Deep Magenta. HEX triplet: B5, 14 and BF. RGB value is (181,20,191). Sum of RGB (Red+Green+Blue) = 181+20+191=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #B514BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514BF is #4AEB40. Grayscale: #575757. Windows color (decimal): -4909889 or 12522677. OLE color: 12522677.

HSL color Cylindrical-coordinate representation of color #B514BF: hue angle of 296.49º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B514BF is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 20 191 -
CMYK 0.05 0.90 0 0.25
HSL 296.49º 0.81% 0.41% -
HSV(B) 296.49º 0.9% 0.75% -
XYZ 28.71 14.09 50.5 -
YUV 87.63 186.34 194.6 -
System Red Green Blue C M Y K H S L
Decimal 181 20 191 0.05 0.90 0 0.25 296.49 0.81 0.41
Hex B5 14 BF 5 5A 0 19 128 51 29
Octal 265 24 277 5 132 0 31 450 121 51
Binary 10110101 10100 10111111 101 1011010 0 11001 100101000 1010001 101001

Color Harmonies of #B514BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B514BF

Black with #B514BF

Text Example


Text Example

White with #B514BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B514BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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