Html Css Color HEX #B205D9 Dark Violet

📋 copy color: '#B205D9'

red 178 ◦ green 5 ◦ blue 217

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

Shades of Dark Violet #B205D9

Tints of Dark Violet #B205D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.25%

R = 44.5%
G = 1.25%
B = 54.25%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B205D9 (or 0xB205D9) is known color: Dark Violet. HEX triplet: B2, 05 and D9. RGB value is (178,5,217). Sum of RGB (Red+Green+Blue) = 178+5+217=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #B205D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205D9 is #4DFA26. Grayscale: #505050. Windows color (decimal): -5110311 or 14222770. OLE color: 14222770.

HSL color Cylindrical-coordinate representation of color #B205D9: hue angle of 288.96º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B205D9 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 5 217 -
CMYK 0.18 0.98 0 0.15
HSL 288.96º 0.95% 0.44% -
HSV(B) 288.96º 0.98% 0.85% -
XYZ 30.94 14.58 66.83 -
YUV 80.9 204.81 197.26 -
System Red Green Blue C M Y K H S L
Decimal 178 5 217 0.18 0.98 0 0.15 288.96 0.95 0.44
Hex B2 5 D9 12 62 0 F 121 5F 2C
Octal 262 5 331 22 142 0 17 441 137 54
Binary 10110010 101 11011001 10010 1100010 0 1111 100100001 1011111 101100

Color Harmonies of #B205D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205D9

Black with #B205D9

Text Example


Text Example

White with #B205D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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