Html Css Color HEX #B218B1 Deep Magenta

📋 copy color: '#B218B1'

red 178 ◦ green 24 ◦ blue 177

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

Shades of Deep Magenta #B218B1

Tints of Deep Magenta #B218B1

RGB

 RED value IS 178 (69.92% from 255) = 46.97%

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

 BLUE value IS 177 (69.53% from 255) = 46.7%

R = 46.97%
G = 6.33%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#B218B1 (or 0xB218B1) is known color: Deep Magenta. HEX triplet: B2, 18 and B1. RGB value is (178,24,177). Sum of RGB (Red+Green+Blue) = 178+24+177=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B218B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B218B1 is #4DE74E. Grayscale: #575757. Windows color (decimal): -5105487 or 11606194. OLE color: 11606194.

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

Color convert

RGB 178 24 177 -
CMYK 0 0.87 0.01 0.30
HSL 300.39º 0.76% 0.4% -
HSV(B) 300.39º 0.87% 0.7% -
XYZ 26.62 13.29 42.76 -
YUV 87.49 178.52 192.56 -
System Red Green Blue C M Y K H S L
Decimal 178 24 177 0 0.87 0.01 0.30 300.39 0.76 0.4
Hex B2 18 B1 0 57 1 1E 12C 4C 28
Octal 262 30 261 0 127 1 36 454 114 50
Binary 10110010 11000 10110001 0 1010111 1 11110 100101100 1001100 101000

Color Harmonies of #B218B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218B1

Black with #B218B1

Text Example


Text Example

White with #B218B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218B1; }

 p { color: rgb(178,24,177); }

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

background-color css

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

 a { background-color: rgb(178,24,177); }

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

border-color css

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

 span { border-color: rgb(178,24,177); }

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