Html Css Color HEX #B511C2 Deep Magenta

📋 copy color: '#B511C2'

red 181 ◦ green 17 ◦ blue 194

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

Shades of Deep Magenta #B511C2

Tints of Deep Magenta #B511C2

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.34%

 BLUE value IS 194 (76.17% from 255) = 49.49%

R = 46.17%
G = 4.34%
B = 49.49%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B511C2 (or 0xB511C2) is known color: Deep Magenta. HEX triplet: B5, 11 and C2. RGB value is (181,17,194). Sum of RGB (Red+Green+Blue) = 181+17+194=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 194 (76.17% from 255 or 49.49% from 392); Max value from RGB is 194 - color contains mainly: blue. Hex color #B511C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511C2 is #4AEE3D. Grayscale: #555555. Windows color (decimal): -4910654 or 12718517. OLE color: 12718517.

HSL color Cylindrical-coordinate representation of color #B511C2: hue angle of 295.59º degrees, saturation: 0.84, 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 #B511C2 is Cyan = 0.07, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 17 194 -
CMYK 0.07 0.91 0 0.24
HSL 295.59º 0.84% 0.41% -
HSV(B) 295.59º 0.91% 0.76% -
XYZ 28.99 14.12 52.24 -
YUV 86.21 188.83 195.61 -
System Red Green Blue C M Y K H S L
Decimal 181 17 194 0.07 0.91 0 0.24 295.59 0.84 0.41
Hex B5 11 C2 7 5B 0 18 128 54 29
Octal 265 21 302 7 133 0 30 450 124 51
Binary 10110101 10001 11000010 111 1011011 0 11000 100101000 1010100 101001

Color Harmonies of #B511C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511C2

Black with #B511C2

Text Example


Text Example

White with #B511C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511C2; }

 p { color: rgb(181,17,194); }

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

background-color css

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

 a { background-color: rgb(181,17,194); }

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

border-color css

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

 span { border-color: rgb(181,17,194); }

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