Html Css Color HEX #B512CD Deep Magenta

📋 copy color: '#B512CD'

red 181 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #B512CD

Tints of Deep Magenta #B512CD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.46%

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

R = 44.8%
G = 4.46%
B = 50.74%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B512CD (or 0xB512CD) is known color: Deep Magenta. HEX triplet: B5, 12 and CD. RGB value is (181,18,205). Sum of RGB (Red+Green+Blue) = 181+18+205=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 18 (7.42% from 255 or 4.46% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #B512CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512CD is #4AED32. Grayscale: #575757. Windows color (decimal): -4910387 or 13439669. OLE color: 13439669.

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

Color convert

RGB 181 18 205 -
CMYK 0.12 0.91 0 0.20
HSL 292.3º 0.84% 0.44% -
HSV(B) 292.3º 0.91% 0.8% -
XYZ 30.29 14.66 58.99 -
YUV 88.06 194 194.29 -
System Red Green Blue C M Y K H S L
Decimal 181 18 205 0.12 0.91 0 0.20 292.3 0.84 0.44
Hex B5 12 CD C 5B 0 14 124 54 2C
Octal 265 22 315 14 133 0 24 444 124 54
Binary 10110101 10010 11001101 1100 1011011 0 10100 100100100 1010100 101100

Color Harmonies of #B512CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512CD

Black with #B512CD

Text Example


Text Example

White with #B512CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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