Html Css Color HEX #B418C5 Deep Magenta

📋 copy color: '#B418C5'

red 180 ◦ green 24 ◦ blue 197

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

Shades of Deep Magenta #B418C5

Tints of Deep Magenta #B418C5

RGB

 RED value IS 180 (70.7% from 255) = 44.89%

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

 BLUE value IS 197 (77.34% from 255) = 49.13%

R = 44.89%
G = 5.99%
B = 49.13%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B418C5 (or 0xB418C5) is known color: Deep Magenta. HEX triplet: B4, 18 and C5. RGB value is (180,24,197). Sum of RGB (Red+Green+Blue) = 180+24+197=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 197 (77.34% from 255 or 49.13% from 401); Max value from RGB is 197 - color contains mainly: blue. Hex color #B418C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B418C5 is #4BE73A. Grayscale: #595959. Windows color (decimal): -4974395 or 12916916. OLE color: 12916916.

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

Color convert

RGB 180 24 197 -
CMYK 0.09 0.88 0 0.23
HSL 294.1º 0.78% 0.43% -
HSV(B) 294.1º 0.88% 0.77% -
XYZ 29.23 14.39 54.06 -
YUV 90.37 188.18 191.93 -
System Red Green Blue C M Y K H S L
Decimal 180 24 197 0.09 0.88 0 0.23 294.1 0.78 0.43
Hex B4 18 C5 9 58 0 17 126 4E 2B
Octal 264 30 305 11 130 0 27 446 116 53
Binary 10110100 11000 11000101 1001 1011000 0 10111 100100110 1001110 101011

Color Harmonies of #B418C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B418C5

Black with #B418C5

Text Example


Text Example

White with #B418C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B418C5; }

 p { color: rgb(180,24,197); }

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

background-color css

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

 a { background-color: rgb(180,24,197); }

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

border-color css

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

 span { border-color: rgb(180,24,197); }

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