Html Css Color HEX #B216D8 Dark Violet

📋 copy color: '#B216D8'

red 178 ◦ green 22 ◦ blue 216

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

Shades of Dark Violet #B216D8

Tints of Dark Violet #B216D8

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.29%

 BLUE value IS 216 (84.77% from 255) = 51.92%

R = 42.79%
G = 5.29%
B = 51.92%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B216D8 (or 0xB216D8) is known color: Dark Violet. HEX triplet: B2, 16 and D8. RGB value is (178,22,216). Sum of RGB (Red+Green+Blue) = 178+22+216=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 216 (84.77% from 255 or 51.92% from 416); Max value from RGB is 216 - color contains mainly: blue. Hex color #B216D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216D8 is #4DE927. Grayscale: #5A5A5A. Windows color (decimal): -5105960 or 14161586. OLE color: 14161586.

HSL color Cylindrical-coordinate representation of color #B216D8: hue angle of 288.25º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B216D8 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 22 216 -
CMYK 0.18 0.90 0 0.15
HSL 288.25º 0.82% 0.47% -
HSV(B) 288.25º 0.9% 0.85% -
XYZ 31.04 15 66.22 -
YUV 90.76 198.68 190.23 -
System Red Green Blue C M Y K H S L
Decimal 178 22 216 0.18 0.90 0 0.15 288.25 0.82 0.47
Hex B2 16 D8 12 5A 0 F 120 52 2F
Octal 262 26 330 22 132 0 17 440 122 57
Binary 10110010 10110 11011000 10010 1011010 0 1111 100100000 1010010 101111

Color Harmonies of #B216D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B216D8

Black with #B216D8

Text Example


Text Example

White with #B216D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B216D8; }

 p { color: rgb(178,22,216); }

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

background-color css

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

 a { background-color: rgb(178,22,216); }

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

border-color css

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

 span { border-color: rgb(178,22,216); }

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