Html Css Color HEX #B512BD Deep Magenta

📋 copy color: '#B512BD'

red 181 ◦ green 18 ◦ blue 189

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

Shades of Deep Magenta #B512BD

Tints of Deep Magenta #B512BD

RGB

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

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

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

R = 46.65%
G = 4.64%
B = 48.71%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B512BD (or 0xB512BD) is known color: Deep Magenta. HEX triplet: B5, 12 and BD. RGB value is (181,18,189). Sum of RGB (Red+Green+Blue) = 181+18+189=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 18 (7.42% from 255 or 4.64% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #B512BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512BD is #4AED42. Grayscale: #555555. Windows color (decimal): -4910403 or 12391093. OLE color: 12391093.

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

Color convert

RGB 181 18 189 -
CMYK 0.04 0.90 0 0.26
HSL 297.19º 0.83% 0.41% -
HSV(B) 297.19º 0.9% 0.74% -
XYZ 28.46 13.93 49.33 -
YUV 86.23 186 195.6 -
System Red Green Blue C M Y K H S L
Decimal 181 18 189 0.04 0.90 0 0.26 297.19 0.83 0.41
Hex B5 12 BD 4 5A 0 1A 129 53 29
Octal 265 22 275 4 132 0 32 451 123 51
Binary 10110101 10010 10111101 100 1011010 0 11010 100101001 1010011 101001

Color Harmonies of #B512BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512BD

Black with #B512BD

Text Example


Text Example

White with #B512BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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