Html Css Color HEX #B218D0 Deep Magenta

📋 copy color: '#B218D0'

red 178 ◦ green 24 ◦ blue 208

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

Shades of Deep Magenta #B218D0

Tints of Deep Magenta #B218D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.73%

R = 43.41%
G = 5.85%
B = 50.73%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B218D0 (or 0xB218D0) is known color: Deep Magenta. HEX triplet: B2, 18 and D0. RGB value is (178,24,208). Sum of RGB (Red+Green+Blue) = 178+24+208=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 208 (81.64% from 255 or 50.73% from 410); Max value from RGB is 208 - color contains mainly: blue. Hex color #B218D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218D0 is #4DE72F. Grayscale: #5A5A5A. Windows color (decimal): -5105456 or 13637810. OLE color: 13637810.

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

Color convert

RGB 178 24 208 -
CMYK 0.14 0.88 0 0.18
HSL 290.22º 0.79% 0.45% -
HSV(B) 290.22º 0.88% 0.82% -
XYZ 30.07 14.67 60.92 -
YUV 91.02 194.02 190.04 -
System Red Green Blue C M Y K H S L
Decimal 178 24 208 0.14 0.88 0 0.18 290.22 0.79 0.45
Hex B2 18 D0 E 58 0 12 122 4F 2D
Octal 262 30 320 16 130 0 22 442 117 55
Binary 10110010 11000 11010000 1110 1011000 0 10010 100100010 1001111 101101

Color Harmonies of #B218D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218D0

Black with #B218D0

Text Example


Text Example

White with #B218D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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