Html Css Color HEX #B218BE Deep Magenta

📋 copy color: '#B218BE'

red 178 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #B218BE

Tints of Deep Magenta #B218BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 45.41%
G = 6.12%
B = 48.47%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B218BE (or 0xB218BE) is known color: Deep Magenta. HEX triplet: B2, 18 and BE. RGB value is (178,24,190). Sum of RGB (Red+Green+Blue) = 178+24+190=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #B218BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218BE is #4DE741. Grayscale: #585858. Windows color (decimal): -5105474 or 12458162. OLE color: 12458162.

HSL color Cylindrical-coordinate representation of color #B218BE: hue angle of 295.66º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B218BE is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 24 190 -
CMYK 0.06 0.87 0 0.25
HSL 295.66º 0.78% 0.42% -
HSV(B) 295.66º 0.87% 0.75% -
XYZ 27.98 13.84 49.91 -
YUV 88.97 185.02 191.5 -
System Red Green Blue C M Y K H S L
Decimal 178 24 190 0.06 0.87 0 0.25 295.66 0.78 0.42
Hex B2 18 BE 6 57 0 19 128 4E 2A
Octal 262 30 276 6 127 0 31 450 116 52
Binary 10110010 11000 10111110 110 1010111 0 11001 100101000 1001110 101010

Color Harmonies of #B218BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218BE

Black with #B218BE

Text Example


Text Example

White with #B218BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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