Html Css Color HEX #B510CC Deep Magenta

📋 copy color: '#B510CC'

red 181 ◦ green 16 ◦ blue 204

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

Shades of Deep Magenta #B510CC

Tints of Deep Magenta #B510CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.99%

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

R = 45.14%
G = 3.99%
B = 50.87%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B510CC (or 0xB510CC) is known color: Deep Magenta. HEX triplet: B5, 10 and CC. RGB value is (181,16,204). Sum of RGB (Red+Green+Blue) = 181+16+204=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #B510CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510CC is #4AEF33. Grayscale: #565656. Windows color (decimal): -4910900 or 13373621. OLE color: 13373621.

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

Color convert

RGB 181 16 204 -
CMYK 0.11 0.92 0 0.2
HSL 292.66º 0.85% 0.43% -
HSV(B) 292.66º 0.92% 0.8% -
XYZ 30.14 14.55 58.35 -
YUV 86.77 194.16 195.21 -
System Red Green Blue C M Y K H S L
Decimal 181 16 204 0.11 0.92 0 0.2 292.66 0.85 0.43
Hex B5 10 CC B 5C 0 14 125 55 2B
Octal 265 20 314 13 134 0 24 445 125 53
Binary 10110101 10000 11001100 1011 1011100 0 10100 100100101 1010101 101011

Color Harmonies of #B510CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B510CC

Black with #B510CC

Text Example


Text Example

White with #B510CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B510CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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