Html Css Color HEX #B715DF Deep Magenta

📋 copy color: '#B715DF'

red 183 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #B715DF

Tints of Deep Magenta #B715DF

RGB

 RED value IS 183 (71.88% from 255) = 42.86%

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

 BLUE value IS 223 (87.5% from 255) = 52.22%

R = 42.86%
G = 4.92%
B = 52.22%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B715DF (or 0xB715DF) is known color: Deep Magenta. HEX triplet: B7, 15 and DF. RGB value is (183,21,223). Sum of RGB (Red+Green+Blue) = 183+21+223=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 21 (8.59% from 255 or 4.92% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #B715DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715DF is #48EA20. Grayscale: #5B5B5B. Windows color (decimal): -4778529 or 14620087. OLE color: 14620087.

HSL color Cylindrical-coordinate representation of color #B715DF: hue angle of 288.12º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B715DF is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 21 223 -
CMYK 0.18 0.91 0 0.13
HSL 288.12º 0.83% 0.48% -
HSV(B) 288.12º 0.91% 0.87% -
XYZ 33.12 15.93 71.14 -
YUV 92.47 201.67 192.57 -
System Red Green Blue C M Y K H S L
Decimal 183 21 223 0.18 0.91 0 0.13 288.12 0.83 0.48
Hex B7 15 DF 12 5B 0 D 120 53 30
Octal 267 25 337 22 133 0 15 440 123 60
Binary 10110111 10101 11011111 10010 1011011 0 1101 100100000 1010011 110000

Color Harmonies of #B715DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B715DF

Black with #B715DF

Text Example


Text Example

White with #B715DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B715DF; }

 p { color: rgb(183,21,223); }

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

background-color css

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

 a { background-color: rgb(183,21,223); }

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

border-color css

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

 span { border-color: rgb(183,21,223); }

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