Html Css Color HEX #B418CB Deep Magenta

📋 copy color: '#B418CB'

red 180 ◦ green 24 ◦ blue 203

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

Shades of Deep Magenta #B418CB

Tints of Deep Magenta #B418CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 44.23%
G = 5.9%
B = 49.88%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B418CB (or 0xB418CB) is known color: Deep Magenta. HEX triplet: B4, 18 and CB. RGB value is (180,24,203). Sum of RGB (Red+Green+Blue) = 180+24+203=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #B418CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B418CB is #4BE734. Grayscale: #5A5A5A. Windows color (decimal): -4974389 or 13310132. OLE color: 13310132.

HSL color Cylindrical-coordinate representation of color #B418CB: hue angle of 292.29º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B418CB is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 24 203 -
CMYK 0.11 0.88 0 0.20
HSL 292.29º 0.79% 0.45% -
HSV(B) 292.29º 0.88% 0.8% -
XYZ 29.93 14.67 57.75 -
YUV 91.05 191.18 191.45 -
System Red Green Blue C M Y K H S L
Decimal 180 24 203 0.11 0.88 0 0.20 292.29 0.79 0.45
Hex B4 18 CB B 58 0 14 124 4F 2D
Octal 264 30 313 13 130 0 24 444 117 55
Binary 10110100 11000 11001011 1011 1011000 0 10100 100100100 1001111 101101

Color Harmonies of #B418CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B418CB

Black with #B418CB

Text Example


Text Example

White with #B418CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B418CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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