Html Css Color HEX #B218DF Dark Violet

📋 copy color: '#B218DF'

red 178 ◦ green 24 ◦ blue 223

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

Shades of Dark Violet #B218DF

Tints of Dark Violet #B218DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 41.88%
G = 5.65%
B = 52.47%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B218DF (or 0xB218DF) is known color: Dark Violet. HEX triplet: B2, 18 and DF. RGB value is (178,24,223). Sum of RGB (Red+Green+Blue) = 178+24+223=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 24 (9.77% from 255 or 5.65% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #B218DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218DF is #4DE720. Grayscale: #5C5C5C. Windows color (decimal): -5105441 or 14620850. OLE color: 14620850.

HSL color Cylindrical-coordinate representation of color #B218DF: hue angle of 286.43º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B218DF is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 24 223 -
CMYK 0.20 0.89 0 0.13
HSL 286.43º 0.81% 0.48% -
HSV(B) 286.43º 0.89% 0.87% -
XYZ 32.01 15.45 71.11 -
YUV 92.73 201.52 188.82 -
System Red Green Blue C M Y K H S L
Decimal 178 24 223 0.20 0.89 0 0.13 286.43 0.81 0.48
Hex B2 18 DF 14 59 0 D 11E 51 30
Octal 262 30 337 24 131 0 15 436 121 60
Binary 10110010 11000 11011111 10100 1011001 0 1101 100011110 1010001 110000

Color Harmonies of #B218DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218DF

Black with #B218DF

Text Example


Text Example

White with #B218DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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