Html Css Color HEX #B205DD Dark Violet

📋 copy color: '#B205DD'

red 178 ◦ green 5 ◦ blue 221

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

Shades of Dark Violet #B205DD

Tints of Dark Violet #B205DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.24%

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

R = 44.06%
G = 1.24%
B = 54.7%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B205DD (or 0xB205DD) is known color: Dark Violet. HEX triplet: B2, 05 and DD. RGB value is (178,5,221). Sum of RGB (Red+Green+Blue) = 178+5+221=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #B205DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205DD is #4DFA22. Grayscale: #505050. Windows color (decimal): -5110307 or 14484914. OLE color: 14484914.

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

Color convert

RGB 178 5 221 -
CMYK 0.19 0.98 0 0.13
HSL 288.06º 0.96% 0.44% -
HSV(B) 288.06º 0.98% 0.87% -
XYZ 31.47 14.79 69.6 -
YUV 81.35 206.81 196.94 -
System Red Green Blue C M Y K H S L
Decimal 178 5 221 0.19 0.98 0 0.13 288.06 0.96 0.44
Hex B2 5 DD 13 62 0 D 120 60 2C
Octal 262 5 335 23 142 0 15 440 140 54
Binary 10110010 101 11011101 10011 1100010 0 1101 100100000 1100000 101100

Color Harmonies of #B205DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205DD

Black with #B205DD

Text Example


Text Example

White with #B205DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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