Html Css Color HEX #B005DC Dark Violet

📋 copy color: '#B005DC'

red 176 ◦ green 5 ◦ blue 220

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

Shades of Dark Violet #B005DC

Tints of Dark Violet #B005DC

RGB

 RED value IS 176 (69.14% from 255) = 43.89%

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

 BLUE value IS 220 (86.33% from 255) = 54.86%

R = 43.89%
G = 1.25%
B = 54.86%

CMYK

 C value IS 0.2

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B005DC (or 0xB005DC) is known color: Dark Violet. HEX triplet: B0, 05 and DC. RGB value is (176,5,220). Sum of RGB (Red+Green+Blue) = 176+5+220=401 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.89% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #B005DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B005DC is #4FFA23. Grayscale: #4F4F4F. Windows color (decimal): -5241380 or 14419376. OLE color: 14419376.

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

Color convert

RGB 176 5 220 -
CMYK 0.2 0.98 0 0.14
HSL 287.72º 0.96% 0.44% -
HSV(B) 287.72º 0.98% 0.86% -
XYZ 30.88 14.51 68.88 -
YUV 80.64 206.65 196.02 -
System Red Green Blue C M Y K H S L
Decimal 176 5 220 0.2 0.98 0 0.14 287.72 0.96 0.44
Hex B0 5 DC 14 62 0 E 120 60 2C
Octal 260 5 334 24 142 0 16 440 140 54
Binary 10110000 101 11011100 10100 1100010 0 1110 100100000 1100000 101100

Color Harmonies of #B005DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B005DC

Black with #B005DC

Text Example


Text Example

White with #B005DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B005DC; }

 p { color: rgb(176,5,220); }

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

background-color css

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

 a { background-color: rgb(176,5,220); }

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

border-color css

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

 span { border-color: rgb(176,5,220); }

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