Html Css Color HEX #B511CF Deep Magenta

📋 copy color: '#B511CF'

red 181 ◦ green 17 ◦ blue 207

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

Shades of Deep Magenta #B511CF

Tints of Deep Magenta #B511CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 44.69%
G = 4.2%
B = 51.11%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B511CF (or 0xB511CF) is known color: Deep Magenta. HEX triplet: B5, 11 and CF. RGB value is (181,17,207). Sum of RGB (Red+Green+Blue) = 181+17+207=405 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.69% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #B511CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511CF is #4AEE30. Grayscale: #575757. Windows color (decimal): -4910641 or 13570485. OLE color: 13570485.

HSL color Cylindrical-coordinate representation of color #B511CF: hue angle of 291.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B511CF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 17 207 -
CMYK 0.13 0.92 0 0.19
HSL 291.79º 0.85% 0.44% -
HSV(B) 291.79º 0.92% 0.81% -
XYZ 30.52 14.73 60.27 -
YUV 87.7 195.33 194.55 -
System Red Green Blue C M Y K H S L
Decimal 181 17 207 0.13 0.92 0 0.19 291.79 0.85 0.44
Hex B5 11 CF D 5C 0 13 124 55 2C
Octal 265 21 317 15 134 0 23 444 125 54
Binary 10110101 10001 11001111 1101 1011100 0 10011 100100100 1010101 101100

Color Harmonies of #B511CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511CF

Black with #B511CF

Text Example


Text Example

White with #B511CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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