Html Css Color HEX #B418B3 Deep Magenta

📋 copy color: '#B418B3'

red 180 ◦ green 24 ◦ blue 179

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

Shades of Deep Magenta #B418B3

Tints of Deep Magenta #B418B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.74%

R = 47%
G = 6.27%
B = 46.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B418B3 (or 0xB418B3) is known color: Deep Magenta. HEX triplet: B4, 18 and B3. RGB value is (180,24,179). Sum of RGB (Red+Green+Blue) = 180+24+179=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 179 (70.31% from 255 or 46.74% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B418B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B418B3 is #4BE74C. Grayscale: #575757. Windows color (decimal): -4974413 or 11737268. OLE color: 11737268.

HSL color Cylindrical-coordinate representation of color #B418B3: hue angle of 300.38º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B418B3 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 24 179 -
CMYK 0 0.87 0.01 0.29
HSL 300.38º 0.76% 0.4% -
HSV(B) 300.38º 0.87% 0.71% -
XYZ 27.29 13.61 43.84 -
YUV 88.31 179.18 193.4 -
System Red Green Blue C M Y K H S L
Decimal 180 24 179 0 0.87 0.01 0.29 300.38 0.76 0.4
Hex B4 18 B3 0 57 1 1D 12C 4C 28
Octal 264 30 263 0 127 1 35 454 114 50
Binary 10110100 11000 10110011 0 1010111 1 11101 100101100 1001100 101000

Color Harmonies of #B418B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B418B3

Black with #B418B3

Text Example


Text Example

White with #B418B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B418B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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