Html Css Color HEX #B206DA Dark Violet

📋 copy color: '#B206DA'

red 178 ◦ green 6 ◦ blue 218

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

Shades of Dark Violet #B206DA

Tints of Dark Violet #B206DA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.49%

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

R = 44.28%
G = 1.49%
B = 54.23%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B206DA (or 0xB206DA) is known color: Dark Violet. HEX triplet: B2, 06 and DA. RGB value is (178,6,218). Sum of RGB (Red+Green+Blue) = 178+6+218=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #B206DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B206DA is #4DF925. Grayscale: #505050. Windows color (decimal): -5110054 or 14288562. OLE color: 14288562.

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

Color convert

RGB 178 6 218 -
CMYK 0.18 0.97 0 0.15
HSL 288.68º 0.95% 0.44% -
HSV(B) 288.68º 0.97% 0.85% -
XYZ 31.08 14.66 67.52 -
YUV 81.6 204.98 196.76 -
System Red Green Blue C M Y K H S L
Decimal 178 6 218 0.18 0.97 0 0.15 288.68 0.95 0.44
Hex B2 6 DA 12 61 0 F 121 5F 2C
Octal 262 6 332 22 141 0 17 441 137 54
Binary 10110010 110 11011010 10010 1100001 0 1111 100100001 1011111 101100

Color Harmonies of #B206DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B206DA

Black with #B206DA

Text Example


Text Example

White with #B206DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B206DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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