Html Css Color HEX #B514CB Deep Magenta

📋 copy color: '#B514CB'

red 181 ◦ green 20 ◦ blue 203

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

Shades of Deep Magenta #B514CB

Tints of Deep Magenta #B514CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 44.8%
G = 4.95%
B = 50.25%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B514CB (or 0xB514CB) is known color: Deep Magenta. HEX triplet: B5, 14 and CB. RGB value is (181,20,203). Sum of RGB (Red+Green+Blue) = 181+20+203=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #B514CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514CB is #4AEB34. Grayscale: #585858. Windows color (decimal): -4909877 or 13309109. OLE color: 13309109.

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

Color convert

RGB 181 20 203 -
CMYK 0.11 0.90 0 0.20
HSL 292.79º 0.82% 0.44% -
HSV(B) 292.79º 0.9% 0.8% -
XYZ 30.09 14.64 57.74 -
YUV 89 192.34 193.62 -
System Red Green Blue C M Y K H S L
Decimal 181 20 203 0.11 0.90 0 0.20 292.79 0.82 0.44
Hex B5 14 CB B 5A 0 14 125 52 2C
Octal 265 24 313 13 132 0 24 445 122 54
Binary 10110101 10100 11001011 1011 1011010 0 10100 100100101 1010010 101100

Color Harmonies of #B514CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B514CB

Black with #B514CB

Text Example


Text Example

White with #B514CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B514CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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