Html Css Color HEX #B512CB Deep Magenta

📋 copy color: '#B512CB'

red 181 ◦ green 18 ◦ blue 203

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

Shades of Deep Magenta #B512CB

Tints of Deep Magenta #B512CB

RGB

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

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

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

R = 45.02%
G = 4.48%
B = 50.5%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B512CB (or 0xB512CB) is known color: Deep Magenta. HEX triplet: B5, 12 and CB. RGB value is (181,18,203). Sum of RGB (Red+Green+Blue) = 181+18+203=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #B512CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B512CB is #4AED34. Grayscale: #575757. Windows color (decimal): -4910389 or 13308597. OLE color: 13308597.

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

Color convert

RGB 181 18 203 -
CMYK 0.11 0.91 0 0.20
HSL 292.86º 0.84% 0.43% -
HSV(B) 292.86º 0.91% 0.8% -
XYZ 30.05 14.57 57.73 -
YUV 87.83 193 194.46 -
System Red Green Blue C M Y K H S L
Decimal 181 18 203 0.11 0.91 0 0.20 292.86 0.84 0.43
Hex B5 12 CB B 5B 0 14 125 54 2B
Octal 265 22 313 13 133 0 24 445 124 53
Binary 10110101 10010 11001011 1011 1011011 0 10100 100100101 1010100 101011

Color Harmonies of #B512CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B512CB

Black with #B512CB

Text Example


Text Example

White with #B512CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B512CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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