Html Css Color HEX #B017DA Dark Violet

📋 copy color: '#B017DA'

red 176 ◦ green 23 ◦ blue 218

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

Shades of Dark Violet #B017DA

Tints of Dark Violet #B017DA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.52%

 BLUE value IS 218 (85.55% from 255) = 52.28%

R = 42.21%
G = 5.52%
B = 52.28%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B017DA (or 0xB017DA) is known color: Dark Violet. HEX triplet: B0, 17 and DA. RGB value is (176,23,218). Sum of RGB (Red+Green+Blue) = 176+23+218=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 23 (9.38% from 255 or 5.52% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #B017DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B017DA is #4FE825. Grayscale: #5A5A5A. Windows color (decimal): -5236774 or 14292912. OLE color: 14292912.

HSL color Cylindrical-coordinate representation of color #B017DA: hue angle of 287.08º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B017DA is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 23 218 -
CMYK 0.19 0.89 0 0.15
HSL 287.08º 0.81% 0.47% -
HSV(B) 287.08º 0.89% 0.85% -
XYZ 30.87 14.9 67.58 -
YUV 90.98 199.69 188.64 -
System Red Green Blue C M Y K H S L
Decimal 176 23 218 0.19 0.89 0 0.15 287.08 0.81 0.47
Hex B0 17 DA 13 59 0 F 11F 51 2F
Octal 260 27 332 23 131 0 17 437 121 57
Binary 10110000 10111 11011010 10011 1011001 0 1111 100011111 1010001 101111

Color Harmonies of #B017DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B017DA

Black with #B017DA

Text Example


Text Example

White with #B017DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B017DA; }

 p { color: rgb(176,23,218); }

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

background-color css

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

 a { background-color: rgb(176,23,218); }

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

border-color css

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

 span { border-color: rgb(176,23,218); }

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