Html Css Color HEX #B218DC Dark Violet

📋 copy color: '#B218DC'

red 178 ◦ green 24 ◦ blue 220

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

Shades of Dark Violet #B218DC

Tints of Dark Violet #B218DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 42.18%
G = 5.69%
B = 52.13%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B218DC (or 0xB218DC) is known color: Dark Violet. HEX triplet: B2, 18 and DC. RGB value is (178,24,220). Sum of RGB (Red+Green+Blue) = 178+24+220=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 24 (9.77% from 255 or 5.69% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #B218DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218DC is #4DE723. Grayscale: #5B5B5B. Windows color (decimal): -5105444 or 14424242. OLE color: 14424242.

HSL color Cylindrical-coordinate representation of color #B218DC: hue angle of 287.14º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B218DC is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 24 220 -
CMYK 0.19 0.89 0 0.14
HSL 287.14º 0.8% 0.48% -
HSV(B) 287.14º 0.89% 0.86% -
XYZ 31.61 15.29 68.99 -
YUV 92.39 200.02 189.06 -
System Red Green Blue C M Y K H S L
Decimal 178 24 220 0.19 0.89 0 0.14 287.14 0.8 0.48
Hex B2 18 DC 13 59 0 E 11F 50 30
Octal 262 30 334 23 131 0 16 437 120 60
Binary 10110010 11000 11011100 10011 1011001 0 1110 100011111 1010000 110000

Color Harmonies of #B218DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218DC

Black with #B218DC

Text Example


Text Example

White with #B218DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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