Html Css Color HEX #B210DD Dark Violet

📋 copy color: '#B210DD'

red 178 ◦ green 16 ◦ blue 221

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

Shades of Dark Violet #B210DD

Tints of Dark Violet #B210DD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.86%

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

R = 42.89%
G = 3.86%
B = 53.25%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B210DD (or 0xB210DD) is known color: Dark Violet. HEX triplet: B2, 10 and DD. RGB value is (178,16,221). Sum of RGB (Red+Green+Blue) = 178+16+221=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #B210DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B210DD is #4DEF22. Grayscale: #575757. Windows color (decimal): -5107491 or 14487730. OLE color: 14487730.

HSL color Cylindrical-coordinate representation of color #B210DD: hue angle of 287.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B210DD is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 16 221 -
CMYK 0.19 0.93 0 0.13
HSL 287.41º 0.86% 0.46% -
HSV(B) 287.41º 0.93% 0.87% -
XYZ 31.6 15.06 69.65 -
YUV 87.81 203.17 192.33 -
System Red Green Blue C M Y K H S L
Decimal 178 16 221 0.19 0.93 0 0.13 287.41 0.86 0.46
Hex B2 10 DD 13 5D 0 D 11F 56 2E
Octal 262 20 335 23 135 0 15 437 126 56
Binary 10110010 10000 11011101 10011 1011101 0 1101 100011111 1010110 101110

Color Harmonies of #B210DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210DD

Black with #B210DD

Text Example


Text Example

White with #B210DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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