Html Css Color HEX #B100D6 Dark Violet

📋 copy color: '#B100D6'

red 177 ◦ green 0 ◦ blue 214

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

Shades of Dark Violet #B100D6

Tints of Dark Violet #B100D6

RGB

 RED value IS 177 (69.53% from 255) = 45.27%

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

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

R = 45.27%
G = 0%
B = 54.73%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B100D6 (or 0xB100D6) is known color: Dark Violet. HEX triplet: B1, 00 and D6. RGB value is (177,0,214). Sum of RGB (Red+Green+Blue) = 177+0+214=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 214 (83.98% from 255 or 54.73% from 391); Max value from RGB is 214 - color contains mainly: blue. Hex color #B100D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B100D6 is #4EFF29. Grayscale: #4C4C4C. Windows color (decimal): -5177130 or 14024881. OLE color: 14024881.

HSL color Cylindrical-coordinate representation of color #B100D6: hue angle of 289.63º 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 #B100D6 is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 0 214 -
CMYK 0.17 1 0 0.16
HSL 289.63º 1% 0.42% -
HSV(B) 289.63º 1% 0.84% -
XYZ 30.27 14.2 64.76 -
YUV 77.32 205.14 199.1 -
System Red Green Blue C M Y K H S L
Decimal 177 0 214 0.17 1 0 0.16 289.63 1 0.42
Hex B1 0 D6 11 64 0 10 122 64 2A
Octal 261 0 326 21 144 0 20 442 144 52
Binary 10110001 0 11010110 10001 1100100 0 10000 100100010 1100100 101010

Color Harmonies of #B100D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100D6

Black with #B100D6

Text Example


Text Example

White with #B100D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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