Html Css Color HEX #B000D6 Dark Violet

📋 copy color: '#B000D6'

red 176 ◦ green 0 ◦ blue 214

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

Shades of Dark Violet #B000D6

Tints of Dark Violet #B000D6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 214 (83.98% from 255) = 54.87%

R = 45.13%
G = 0%
B = 54.87%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B000D6 (or 0xB000D6) is known color: Dark Violet. HEX triplet: B0, 00 and D6. RGB value is (176,0,214). Sum of RGB (Red+Green+Blue) = 176+0+214=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #B000D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B000D6 is #4FFF29. Grayscale: #4C4C4C. Windows color (decimal): -5242666 or 14024880. OLE color: 14024880.

HSL color Cylindrical-coordinate representation of color #B000D6: hue angle of 289.35º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B000D6 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 0 214 -
CMYK 0.18 1 0 0.16
HSL 289.35º 1% 0.42% -
HSV(B) 289.35º 1% 0.84% -
XYZ 30.04 14.09 64.75 -
YUV 77.02 205.31 198.6 -
System Red Green Blue C M Y K H S L
Decimal 176 0 214 0.18 1 0 0.16 289.35 1 0.42
Hex B0 0 D6 12 64 0 10 121 64 2A
Octal 260 0 326 22 144 0 20 441 144 52
Binary 10110000 0 11010110 10010 1100100 0 10000 100100001 1100100 101010

Color Harmonies of #B000D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B000D6

Black with #B000D6

Text Example


Text Example

White with #B000D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B000D6; }

 p { color: rgb(176,0,214); }

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

background-color css

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

 a { background-color: rgb(176,0,214); }

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

border-color css

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

 span { border-color: rgb(176,0,214); }

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