Html Css Color HEX #B512CC Deep Magenta

📋 copy color: '#B512CC'

red 181 ◦ green 18 ◦ blue 204

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

Shades of Deep Magenta #B512CC

Tints of Deep Magenta #B512CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 44.91%
G = 4.47%
B = 50.62%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B512CC (or 0xB512CC) is known color: Deep Magenta. HEX triplet: B5, 12 and CC. RGB value is (181,18,204). Sum of RGB (Red+Green+Blue) = 181+18+204=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 18 (7.42% from 255 or 4.47% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #B512CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512CC is #4AED33. Grayscale: #575757. Windows color (decimal): -4910388 or 13374133. OLE color: 13374133.

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

Color convert

RGB 181 18 204 -
CMYK 0.11 0.91 0 0.2
HSL 292.58º 0.84% 0.44% -
HSV(B) 292.58º 0.91% 0.8% -
XYZ 30.17 14.62 58.36 -
YUV 87.94 193.5 194.38 -
System Red Green Blue C M Y K H S L
Decimal 181 18 204 0.11 0.91 0 0.2 292.58 0.84 0.44
Hex B5 12 CC B 5B 0 14 125 54 2C
Octal 265 22 314 13 133 0 24 445 124 54
Binary 10110101 10010 11001100 1011 1011011 0 10100 100100101 1010100 101100

Color Harmonies of #B512CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512CC

Black with #B512CC

Text Example


Text Example

White with #B512CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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