Html Css Color HEX #B006DC Dark Violet

📋 copy color: '#B006DC'

red 176 ◦ green 6 ◦ blue 220

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

Shades of Dark Violet #B006DC

Tints of Dark Violet #B006DC

RGB

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

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

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

R = 43.78%
G = 1.49%
B = 54.73%

CMYK

 C value IS 0.2

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B006DC (or 0xB006DC) is known color: Dark Violet. HEX triplet: B0, 06 and DC. RGB value is (176,6,220). Sum of RGB (Red+Green+Blue) = 176+6+220=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 6 (2.73% from 255 or 1.49% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #B006DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006DC is #4FF923. Grayscale: #505050. Windows color (decimal): -5241124 or 14419632. OLE color: 14419632.

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

Color convert

RGB 176 6 220 -
CMYK 0.2 0.97 0 0.14
HSL 287.66º 0.95% 0.44% -
HSV(B) 287.66º 0.97% 0.86% -
XYZ 30.89 14.53 68.89 -
YUV 81.23 206.32 195.6 -
System Red Green Blue C M Y K H S L
Decimal 176 6 220 0.2 0.97 0 0.14 287.66 0.95 0.44
Hex B0 6 DC 14 61 0 E 120 5F 2C
Octal 260 6 334 24 141 0 16 440 137 54
Binary 10110000 110 11011100 10100 1100001 0 1110 100100000 1011111 101100

Color Harmonies of #B006DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B006DC

Black with #B006DC

Text Example


Text Example

White with #B006DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B006DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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