Html Css Color HEX #B208DB Dark Violet

📋 copy color: '#B208DB'

red 178 ◦ green 8 ◦ blue 219

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

Shades of Dark Violet #B208DB

Tints of Dark Violet #B208DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.98%

 BLUE value IS 219 (85.94% from 255) = 54.07%

R = 43.95%
G = 1.98%
B = 54.07%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B208DB (or 0xB208DB) is known color: Dark Violet. HEX triplet: B2, 08 and DB. RGB value is (178,8,219). Sum of RGB (Red+Green+Blue) = 178+8+219=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 8 (3.52% from 255 or 1.98% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #B208DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B208DB is #4DF724. Grayscale: #525252. Windows color (decimal): -5109541 or 14354610. OLE color: 14354610.

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

Color convert

RGB 178 8 219 -
CMYK 0.19 0.96 0 0.14
HSL 288.34º 0.93% 0.45% -
HSV(B) 288.34º 0.96% 0.86% -
XYZ 31.23 14.75 68.22 -
YUV 82.88 204.82 195.84 -
System Red Green Blue C M Y K H S L
Decimal 178 8 219 0.19 0.96 0 0.14 288.34 0.93 0.45
Hex B2 8 DB 13 60 0 E 120 5D 2D
Octal 262 10 333 23 140 0 16 440 135 55
Binary 10110010 1000 11011011 10011 1100000 0 1110 100100000 1011101 101101

Color Harmonies of #B208DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B208DB

Black with #B208DB

Text Example


Text Example

White with #B208DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B208DB; }

 p { color: rgb(178,8,219); }

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

background-color css

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

 a { background-color: rgb(178,8,219); }

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

border-color css

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

 span { border-color: rgb(178,8,219); }

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