Html Css Color HEX #B218DB Dark Violet

📋 copy color: '#B218DB'

red 178 ◦ green 24 ◦ blue 219

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

Shades of Dark Violet #B218DB

Tints of Dark Violet #B218DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 42.28%
G = 5.7%
B = 52.02%

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

#B218DB (or 0xB218DB) is known color: Dark Violet. HEX triplet: B2, 18 and DB. RGB value is (178,24,219). Sum of RGB (Red+Green+Blue) = 178+24+219=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #B218DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218DB is #4DE724. Grayscale: #5B5B5B. Windows color (decimal): -5105445 or 14358706. OLE color: 14358706.

HSL color Cylindrical-coordinate representation of color #B218DB: hue angle of 287.38º 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 #B218DB is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 24 219 -
CMYK 0.19 0.89 0 0.14
HSL 287.38º 0.8% 0.48% -
HSV(B) 287.38º 0.89% 0.86% -
XYZ 31.47 15.23 68.3 -
YUV 92.28 199.52 189.14 -
System Red Green Blue C M Y K H S L
Decimal 178 24 219 0.19 0.89 0 0.14 287.38 0.8 0.48
Hex B2 18 DB 13 59 0 E 11F 50 30
Octal 262 30 333 23 131 0 16 437 120 60
Binary 10110010 11000 11011011 10011 1011001 0 1110 100011111 1010000 110000

Color Harmonies of #B218DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218DB

Black with #B218DB

Text Example


Text Example

White with #B218DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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