Html Css Color HEX #B918C6 Deep Magenta

📋 copy color: '#B918C6'

red 185 ◦ green 24 ◦ blue 198

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

Shades of Deep Magenta #B918C6

Tints of Deep Magenta #B918C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.65%

R = 45.45%
G = 5.9%
B = 48.65%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B918C6 (or 0xB918C6) is known color: Deep Magenta. HEX triplet: B9, 18 and C6. RGB value is (185,24,198). Sum of RGB (Red+Green+Blue) = 185+24+198=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #B918C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918C6 is #46E739. Grayscale: #5B5B5B. Windows color (decimal): -4646714 or 12982457. OLE color: 12982457.

HSL color Cylindrical-coordinate representation of color #B918C6: hue angle of 295.52º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B918C6 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 185 24 198 -
CMYK 0.07 0.88 0 0.22
HSL 295.52º 0.78% 0.44% -
HSV(B) 295.52º 0.88% 0.78% -
XYZ 30.53 15.04 54.72 -
YUV 91.98 187.84 194.35 -
System Red Green Blue C M Y K H S L
Decimal 185 24 198 0.07 0.88 0 0.22 295.52 0.78 0.44
Hex B9 18 C6 7 58 0 16 128 4E 2C
Octal 271 30 306 7 130 0 26 450 116 54
Binary 10111001 11000 11000110 111 1011000 0 10110 100101000 1001110 101100

Color Harmonies of #B918C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918C6

Black with #B918C6

Text Example


Text Example

White with #B918C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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