Html Css Color HEX #B715CC Deep Magenta

📋 copy color: '#B715CC'

red 183 ◦ green 21 ◦ blue 204

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

Shades of Deep Magenta #B715CC

Tints of Deep Magenta #B715CC

RGB

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

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

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

R = 44.85%
G = 5.15%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B715CC (or 0xB715CC) is known color: Deep Magenta. HEX triplet: B7, 15 and CC. RGB value is (183,21,204). Sum of RGB (Red+Green+Blue) = 183+21+204=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #B715CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715CC is #48EA33. Grayscale: #595959. Windows color (decimal): -4778548 or 13374903. OLE color: 13374903.

HSL color Cylindrical-coordinate representation of color #B715CC: hue angle of 293.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B715CC is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 183 21 204 -
CMYK 0.10 0.90 0 0.2
HSL 293.11º 0.81% 0.44% -
HSV(B) 293.11º 0.9% 0.8% -
XYZ 30.7 14.96 58.4 -
YUV 90.3 192.17 194.12 -
System Red Green Blue C M Y K H S L
Decimal 183 21 204 0.10 0.90 0 0.2 293.11 0.81 0.44
Hex B7 15 CC A 5A 0 14 125 51 2C
Octal 267 25 314 12 132 0 24 445 121 54
Binary 10110111 10101 11001100 1010 1011010 0 10100 100100101 1010001 101100

Color Harmonies of #B715CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B715CC

Black with #B715CC

Text Example


Text Example

White with #B715CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B715CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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