Html Css Color HEX #B715CA Deep Magenta

📋 copy color: '#B715CA'

red 183 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #B715CA

Tints of Deep Magenta #B715CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 45.07%
G = 5.17%
B = 49.75%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B715CA (or 0xB715CA) is known color: Deep Magenta. HEX triplet: B7, 15 and CA. RGB value is (183,21,202). Sum of RGB (Red+Green+Blue) = 183+21+202=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #B715CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715CA is #48EA35. Grayscale: #595959. Windows color (decimal): -4778550 or 13243831. OLE color: 13243831.

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

Color convert

RGB 183 21 202 -
CMYK 0.09 0.90 0 0.21
HSL 293.7º 0.81% 0.44% -
HSV(B) 293.7º 0.9% 0.79% -
XYZ 30.46 14.87 57.14 -
YUV 90.07 191.17 194.28 -
System Red Green Blue C M Y K H S L
Decimal 183 21 202 0.09 0.90 0 0.21 293.7 0.81 0.44
Hex B7 15 CA 9 5A 0 15 126 51 2C
Octal 267 25 312 11 132 0 25 446 121 54
Binary 10110111 10101 11001010 1001 1011010 0 10101 100100110 1010001 101100

Color Harmonies of #B715CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B715CA

Black with #B715CA

Text Example


Text Example

White with #B715CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B715CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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