Html Css Color HEX #B018DF Dark Violet

📋 copy color: '#B018DF'

red 176 ◦ green 24 ◦ blue 223

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

Shades of Dark Violet #B018DF

Tints of Dark Violet #B018DF

RGB

 RED value IS 176 (69.14% from 255) = 41.61%

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

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

R = 41.61%
G = 5.67%
B = 52.72%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B018DF (or 0xB018DF) is known color: Dark Violet. HEX triplet: B0, 18 and DF. RGB value is (176,24,223). Sum of RGB (Red+Green+Blue) = 176+24+223=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 24 (9.77% from 255 or 5.67% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #B018DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B018DF is #4FE720. Grayscale: #5B5B5B. Windows color (decimal): -5236513 or 14620848. OLE color: 14620848.

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

Color convert

RGB 176 24 223 -
CMYK 0.21 0.89 0 0.13
HSL 285.83º 0.81% 0.48% -
HSV(B) 285.83º 0.89% 0.87% -
XYZ 31.55 15.21 71.09 -
YUV 92.13 201.86 187.82 -
System Red Green Blue C M Y K H S L
Decimal 176 24 223 0.21 0.89 0 0.13 285.83 0.81 0.48
Hex B0 18 DF 15 59 0 D 11E 51 30
Octal 260 30 337 25 131 0 15 436 121 60
Binary 10110000 11000 11011111 10101 1011001 0 1101 100011110 1010001 110000

Color Harmonies of #B018DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B018DF

Black with #B018DF

Text Example


Text Example

White with #B018DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B018DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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