Html Css Color HEX #B715BA Deep Magenta

📋 copy color: '#B715BA'

red 183 ◦ green 21 ◦ blue 186

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

Shades of Deep Magenta #B715BA

Tints of Deep Magenta #B715BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 46.92%
G = 5.38%
B = 47.69%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B715BA (or 0xB715BA) is known color: Deep Magenta. HEX triplet: B7, 15 and BA. RGB value is (183,21,186). Sum of RGB (Red+Green+Blue) = 183+21+186=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #B715BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715BA is #48EA45. Grayscale: #575757. Windows color (decimal): -4778566 or 12195255. OLE color: 12195255.

HSL color Cylindrical-coordinate representation of color #B715BA: hue angle of 298.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B715BA is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 21 186 -
CMYK 0.02 0.89 0 0.27
HSL 298.91º 0.8% 0.41% -
HSV(B) 298.91º 0.89% 0.73% -
XYZ 28.66 14.15 47.67 -
YUV 88.25 183.17 195.58 -
System Red Green Blue C M Y K H S L
Decimal 183 21 186 0.02 0.89 0 0.27 298.91 0.8 0.41
Hex B7 15 BA 2 59 0 1B 12B 50 29
Octal 267 25 272 2 131 0 33 453 120 51
Binary 10110111 10101 10111010 10 1011001 0 11011 100101011 1010000 101001

Color Harmonies of #B715BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B715BA

Black with #B715BA

Text Example


Text Example

White with #B715BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B715BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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