Html Css Color HEX #B918BA Deep Magenta

📋 copy color: '#B918BA'

red 185 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #B918BA

Tints of Deep Magenta #B918BA

RGB

 RED value IS 185 (72.66% from 255) = 46.84%

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

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

R = 46.84%
G = 6.08%
B = 47.09%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B918BA (or 0xB918BA) is known color: Deep Magenta. HEX triplet: B9, 18 and BA. RGB value is (185,24,186). Sum of RGB (Red+Green+Blue) = 185+24+186=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #B918BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918BA is #46E745. Grayscale: #5A5A5A. Windows color (decimal): -4646726 or 12196025. OLE color: 12196025.

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

Color convert

RGB 185 24 186 -
CMYK 0.01 0.87 0 0.27
HSL 299.63º 0.77% 0.41% -
HSV(B) 299.63º 0.87% 0.73% -
XYZ 29.2 14.51 47.72 -
YUV 90.61 181.84 195.33 -
System Red Green Blue C M Y K H S L
Decimal 185 24 186 0.01 0.87 0 0.27 299.63 0.77 0.41
Hex B9 18 BA 1 57 0 1B 12C 4D 29
Octal 271 30 272 1 127 0 33 454 115 51
Binary 10111001 11000 10111010 1 1010111 0 11011 100101100 1001101 101001

Color Harmonies of #B918BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918BA

Black with #B918BA

Text Example


Text Example

White with #B918BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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