Html Css Color HEX #B216DD Dark Violet

📋 copy color: '#B216DD'

red 178 ◦ green 22 ◦ blue 221

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

Shades of Dark Violet #B216DD

Tints of Dark Violet #B216DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.49%

R = 42.28%
G = 5.23%
B = 52.49%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B216DD (or 0xB216DD) is known color: Dark Violet. HEX triplet: B2, 16 and DD. RGB value is (178,22,221). Sum of RGB (Red+Green+Blue) = 178+22+221=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 22 (8.98% from 255 or 5.23% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #B216DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216DD is #4DE922. Grayscale: #5A5A5A. Windows color (decimal): -5105955 or 14489266. OLE color: 14489266.

HSL color Cylindrical-coordinate representation of color #B216DD: hue angle of 287.04º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B216DD is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 22 221 -
CMYK 0.19 0.90 0 0.13
HSL 287.04º 0.82% 0.48% -
HSV(B) 287.04º 0.9% 0.87% -
XYZ 31.7 15.26 69.68 -
YUV 91.33 201.18 189.82 -
System Red Green Blue C M Y K H S L
Decimal 178 22 221 0.19 0.90 0 0.13 287.04 0.82 0.48
Hex B2 16 DD 13 5A 0 D 11F 52 30
Octal 262 26 335 23 132 0 15 437 122 60
Binary 10110010 10110 11011101 10011 1011010 0 1101 100011111 1010010 110000

Color Harmonies of #B216DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B216DD

Black with #B216DD

Text Example


Text Example

White with #B216DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B216DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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