Html Css Color HEX #B718AF Deep Magenta

📋 copy color: '#B718AF'

red 183 ◦ green 24 ◦ blue 175

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

Shades of Deep Magenta #B718AF

Tints of Deep Magenta #B718AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 47.91%
G = 6.28%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B718AF (or 0xB718AF) is known color: Deep Magenta. HEX triplet: B7, 18 and AF. RGB value is (183,24,175). Sum of RGB (Red+Green+Blue) = 183+24+175=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 24 (9.77% from 255 or 6.28% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B718AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B718AF is #48E750. Grayscale: #585858. Windows color (decimal): -4777809 or 11475127. OLE color: 11475127.

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

Color convert

RGB 183 24 175 -
CMYK 0 0.87 0.04 0.28
HSL 303.02º 0.77% 0.41% -
HSV(B) 303.02º 0.87% 0.72% -
XYZ 27.59 13.82 41.77 -
YUV 88.76 176.68 195.22 -
System Red Green Blue C M Y K H S L
Decimal 183 24 175 0 0.87 0.04 0.28 303.02 0.77 0.41
Hex B7 18 AF 0 57 4 1C 12F 4D 29
Octal 267 30 257 0 127 4 34 457 115 51
Binary 10110111 11000 10101111 0 1010111 100 11100 100101111 1001101 101001

Color Harmonies of #B718AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B718AF

Black with #B718AF

Text Example


Text Example

White with #B718AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B718AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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