Html Css Color HEX #B718BA Deep Magenta

📋 copy color: '#B718BA'

red 183 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #B718BA

Tints of Deep Magenta #B718BA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.11%

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

R = 46.56%
G = 6.11%
B = 47.33%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B718BA (or 0xB718BA) is known color: Deep Magenta. HEX triplet: B7, 18 and BA. RGB value is (183,24,186). Sum of RGB (Red+Green+Blue) = 183+24+186=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #B718BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B718BA is #48E745. Grayscale: #595959. Windows color (decimal): -4777798 or 12196023. OLE color: 12196023.

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

Color convert

RGB 183 24 186 -
CMYK 0.02 0.87 0 0.27
HSL 298.89º 0.77% 0.41% -
HSV(B) 298.89º 0.87% 0.73% -
XYZ 28.72 14.27 47.69 -
YUV 90.01 182.18 194.33 -
System Red Green Blue C M Y K H S L
Decimal 183 24 186 0.02 0.87 0 0.27 298.89 0.77 0.41
Hex B7 18 BA 2 57 0 1B 12B 4D 29
Octal 267 30 272 2 127 0 33 453 115 51
Binary 10110111 11000 10111010 10 1010111 0 11011 100101011 1001101 101001

Color Harmonies of #B718BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B718BA

Black with #B718BA

Text Example


Text Example

White with #B718BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B718BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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