Html Css Color HEX #B107D7 Dark Violet

📋 copy color: '#B107D7'

red 177 ◦ green 7 ◦ blue 215

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

Shades of Dark Violet #B107D7

Tints of Dark Violet #B107D7

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.75%

 BLUE value IS 215 (84.38% from 255) = 53.88%

R = 44.36%
G = 1.75%
B = 53.88%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B107D7 (or 0xB107D7) is known color: Dark Violet. HEX triplet: B1, 07 and D7. RGB value is (177,7,215). Sum of RGB (Red+Green+Blue) = 177+7+215=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 7 (3.12% from 255 or 1.75% from 399); Blue value is 215 (84.38% from 255 or 53.88% from 399); Max value from RGB is 215 - color contains mainly: blue. Hex color #B107D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B107D7 is #4EF828. Grayscale: #505050. Windows color (decimal): -5175337 or 14092209. OLE color: 14092209.

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

Color convert

RGB 177 7 215 -
CMYK 0.18 0.97 0 0.16
HSL 289.04º 0.94% 0.44% -
HSV(B) 289.04º 0.97% 0.84% -
XYZ 30.47 14.41 65.46 -
YUV 81.54 203.32 196.09 -
System Red Green Blue C M Y K H S L
Decimal 177 7 215 0.18 0.97 0 0.16 289.04 0.94 0.44
Hex B1 7 D7 12 61 0 10 121 5E 2C
Octal 261 7 327 22 141 0 20 441 136 54
Binary 10110001 111 11010111 10010 1100001 0 10000 100100001 1011110 101100

Color Harmonies of #B107D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B107D7

Black with #B107D7

Text Example


Text Example

White with #B107D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B107D7; }

 p { color: rgb(177,7,215); }

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

background-color css

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

 a { background-color: rgb(177,7,215); }

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

border-color css

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

 span { border-color: rgb(177,7,215); }

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