Html Css Color HEX #B718BB Deep Magenta

📋 copy color: '#B718BB'

red 183 ◦ green 24 ◦ blue 187

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

Shades of Deep Magenta #B718BB

Tints of Deep Magenta #B718BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 47.46%

R = 46.45%
G = 6.09%
B = 47.46%

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

#B718BB (or 0xB718BB) is known color: Deep Magenta. HEX triplet: B7, 18 and BB. RGB value is (183,24,187). Sum of RGB (Red+Green+Blue) = 183+24+187=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #B718BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B718BB is #48E744. Grayscale: #595959. Windows color (decimal): -4777797 or 12261559. OLE color: 12261559.

HSL color Cylindrical-coordinate representation of color #B718BB: hue angle of 298.53º 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 #B718BB is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 24 187 -
CMYK 0.02 0.87 0 0.27
HSL 298.53º 0.77% 0.41% -
HSV(B) 298.53º 0.87% 0.73% -
XYZ 28.82 14.31 48.26 -
YUV 90.12 182.68 194.25 -
System Red Green Blue C M Y K H S L
Decimal 183 24 187 0.02 0.87 0 0.27 298.53 0.77 0.41
Hex B7 18 BB 2 57 0 1B 12B 4D 29
Octal 267 30 273 2 127 0 33 453 115 51
Binary 10110111 11000 10111011 10 1010111 0 11011 100101011 1001101 101001

Color Harmonies of #B718BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B718BB

Black with #B718BB

Text Example


Text Example

White with #B718BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B718BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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