Html Css Color HEX #B918C1 Deep Magenta

📋 copy color: '#B918C1'

red 185 ◦ green 24 ◦ blue 193

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

Shades of Deep Magenta #B918C1

Tints of Deep Magenta #B918C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.01%

R = 46.02%
G = 5.97%
B = 48.01%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B918C1 (or 0xB918C1) is known color: Deep Magenta. HEX triplet: B9, 18 and C1. RGB value is (185,24,193). Sum of RGB (Red+Green+Blue) = 185+24+193=402 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.02% from 402); Green value is 24 (9.77% from 255 or 5.97% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #B918C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918C1 is #46E73E. Grayscale: #5A5A5A. Windows color (decimal): -4646719 or 12654777. OLE color: 12654777.

HSL color Cylindrical-coordinate representation of color #B918C1: hue angle of 297.16º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B918C1 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 24 193 -
CMYK 0.04 0.88 0 0.24
HSL 297.16º 0.78% 0.43% -
HSV(B) 297.16º 0.88% 0.76% -
XYZ 29.96 14.82 51.73 -
YUV 91.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 185 24 193 0.04 0.88 0 0.24 297.16 0.78 0.43
Hex B9 18 C1 4 58 0 18 129 4E 2B
Octal 271 30 301 4 130 0 30 451 116 53
Binary 10111001 11000 11000001 100 1011000 0 11000 100101001 1001110 101011

Color Harmonies of #B918C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918C1

Black with #B918C1

Text Example


Text Example

White with #B918C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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