Html Css Color HEX #B205DA Dark Violet

📋 copy color: '#B205DA'

red 178 ◦ green 5 ◦ blue 218

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

Shades of Dark Violet #B205DA

Tints of Dark Violet #B205DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.36%

R = 44.39%
G = 1.25%
B = 54.36%

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

#B205DA (or 0xB205DA) is known color: Dark Violet. HEX triplet: B2, 05 and DA. RGB value is (178,5,218). Sum of RGB (Red+Green+Blue) = 178+5+218=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #B205DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B205DA is #4DFA25. Grayscale: #505050. Windows color (decimal): -5110310 or 14288306. OLE color: 14288306.

HSL color Cylindrical-coordinate representation of color #B205DA: hue angle of 288.73º degrees, saturation: 0.96, 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 #B205DA is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 5 218 -
CMYK 0.18 0.98 0 0.15
HSL 288.73º 0.96% 0.44% -
HSV(B) 288.73º 0.98% 0.85% -
XYZ 31.07 14.64 67.52 -
YUV 81.01 205.31 197.18 -
System Red Green Blue C M Y K H S L
Decimal 178 5 218 0.18 0.98 0 0.15 288.73 0.96 0.44
Hex B2 5 DA 12 62 0 F 121 60 2C
Octal 262 5 332 22 142 0 17 441 140 54
Binary 10110010 101 11011010 10010 1100010 0 1111 100100001 1100000 101100

Color Harmonies of #B205DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B205DA

Black with #B205DA

Text Example


Text Example

White with #B205DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B205DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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