Html Css Color HEX #B515CF Deep Magenta

📋 copy color: '#B515CF'

red 181 ◦ green 21 ◦ blue 207

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

Shades of Deep Magenta #B515CF

Tints of Deep Magenta #B515CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.13%

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

R = 44.25%
G = 5.13%
B = 50.61%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B515CF (or 0xB515CF) is known color: Deep Magenta. HEX triplet: B5, 15 and CF. RGB value is (181,21,207). Sum of RGB (Red+Green+Blue) = 181+21+207=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 21 (8.59% from 255 or 5.13% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #B515CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B515CF is #4AEA30. Grayscale: #595959. Windows color (decimal): -4909617 or 13571509. OLE color: 13571509.

HSL color Cylindrical-coordinate representation of color #B515CF: hue angle of 291.61º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B515CF is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 21 207 -
CMYK 0.13 0.90 0 0.19
HSL 291.61º 0.82% 0.45% -
HSV(B) 291.61º 0.9% 0.81% -
XYZ 30.59 14.87 60.29 -
YUV 90.04 194.01 192.88 -
System Red Green Blue C M Y K H S L
Decimal 181 21 207 0.13 0.90 0 0.19 291.61 0.82 0.45
Hex B5 15 CF D 5A 0 13 124 52 2D
Octal 265 25 317 15 132 0 23 444 122 55
Binary 10110101 10101 11001111 1101 1011010 0 10011 100100100 1010010 101101

Color Harmonies of #B515CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515CF

Black with #B515CF

Text Example


Text Example

White with #B515CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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