Html Css Color HEX #B510CF Deep Magenta

📋 copy color: '#B510CF'

red 181 ◦ green 16 ◦ blue 207

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

Shades of Deep Magenta #B510CF

Tints of Deep Magenta #B510CF

RGB

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

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

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

R = 44.8%
G = 3.96%
B = 51.24%

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

#B510CF (or 0xB510CF) is known color: Deep Magenta. HEX triplet: B5, 10 and CF. RGB value is (181,16,207). Sum of RGB (Red+Green+Blue) = 181+16+207=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 16 (6.64% from 255 or 3.96% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #B510CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B510CF is #4AEF30. Grayscale: #565656. Windows color (decimal): -4910897 or 13570229. OLE color: 13570229.

HSL color Cylindrical-coordinate representation of color #B510CF: hue angle of 291.83º degrees, saturation: 0.86, 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 #B510CF is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 16 207 -
CMYK 0.13 0.92 0 0.19
HSL 291.83º 0.86% 0.44% -
HSV(B) 291.83º 0.92% 0.81% -
XYZ 30.5 14.7 60.26 -
YUV 87.11 195.66 194.97 -
System Red Green Blue C M Y K H S L
Decimal 181 16 207 0.13 0.92 0 0.19 291.83 0.86 0.44
Hex B5 10 CF D 5C 0 13 124 56 2C
Octal 265 20 317 15 134 0 23 444 126 54
Binary 10110101 10000 11001111 1101 1011100 0 10011 100100100 1010110 101100

Color Harmonies of #B510CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B510CF

Black with #B510CF

Text Example


Text Example

White with #B510CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B510CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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