Html Css Color HEX #B106DF Dark Violet

📋 copy color: '#B106DF'

red 177 ◦ green 6 ◦ blue 223

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

Shades of Dark Violet #B106DF

Tints of Dark Violet #B106DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.93%

R = 43.6%
G = 1.48%
B = 54.93%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B106DF (or 0xB106DF) is known color: Dark Violet. HEX triplet: B1, 06 and DF. RGB value is (177,6,223). Sum of RGB (Red+Green+Blue) = 177+6+223=406 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.60% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #B106DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B106DF is #4EF920. Grayscale: #515151. Windows color (decimal): -5175585 or 14616241. OLE color: 14616241.

HSL color Cylindrical-coordinate representation of color #B106DF: hue angle of 287.28º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B106DF is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 6 223 -
CMYK 0.21 0.97 0 0.13
HSL 287.28º 0.95% 0.45% -
HSV(B) 287.28º 0.97% 0.87% -
XYZ 31.52 14.81 71.01 -
YUV 81.87 207.65 195.86 -
System Red Green Blue C M Y K H S L
Decimal 177 6 223 0.21 0.97 0 0.13 287.28 0.95 0.45
Hex B1 6 DF 15 61 0 D 11F 5F 2D
Octal 261 6 337 25 141 0 15 437 137 55
Binary 10110001 110 11011111 10101 1100001 0 1101 100011111 1011111 101101

Color Harmonies of #B106DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B106DF

Black with #B106DF

Text Example


Text Example

White with #B106DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B106DF; }

 p { color: rgb(177,6,223); }

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

background-color css

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

 a { background-color: rgb(177,6,223); }

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

border-color css

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

 span { border-color: rgb(177,6,223); }

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