Html Css Color HEX #B512C1 Deep Magenta

📋 copy color: '#B512C1'

red 181 ◦ green 18 ◦ blue 193

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

Shades of Deep Magenta #B512C1

Tints of Deep Magenta #B512C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 49.23%

R = 46.17%
G = 4.59%
B = 49.23%

CMYK

 C value IS 0.06

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B512C1 (or 0xB512C1) is known color: Deep Magenta. HEX triplet: B5, 12 and C1. RGB value is (181,18,193). Sum of RGB (Red+Green+Blue) = 181+18+193=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 18 (7.42% from 255 or 4.59% from 392); Blue value is 193 (75.78% from 255 or 49.23% from 392); Max value from RGB is 193 - color contains mainly: blue. Hex color #B512C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512C1 is #4AED3E. Grayscale: #565656. Windows color (decimal): -4910399 or 12653237. OLE color: 12653237.

HSL color Cylindrical-coordinate representation of color #B512C1: hue angle of 295.89º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B512C1 is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 18 193 -
CMYK 0.06 0.91 0 0.24
HSL 295.89º 0.83% 0.41% -
HSV(B) 295.89º 0.91% 0.76% -
XYZ 28.9 14.11 51.65 -
YUV 86.69 188 195.27 -
System Red Green Blue C M Y K H S L
Decimal 181 18 193 0.06 0.91 0 0.24 295.89 0.83 0.41
Hex B5 12 C1 6 5B 0 18 128 53 29
Octal 265 22 301 6 133 0 30 450 123 51
Binary 10110101 10010 11000001 110 1011011 0 11000 100101000 1010011 101001

Color Harmonies of #B512C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512C1

Black with #B512C1

Text Example


Text Example

White with #B512C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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