Html Css Color HEX #B109DA Dark Violet

📋 copy color: '#B109DA'

red 177 ◦ green 9 ◦ blue 218

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

Shades of Dark Violet #B109DA

Tints of Dark Violet #B109DA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.23%

 BLUE value IS 218 (85.55% from 255) = 53.96%

R = 43.81%
G = 2.23%
B = 53.96%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B109DA (or 0xB109DA) is known color: Dark Violet. HEX triplet: B1, 09 and DA. RGB value is (177,9,218). Sum of RGB (Red+Green+Blue) = 177+9+218=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 218 (85.55% from 255 or 53.96% from 404); Max value from RGB is 218 - color contains mainly: blue. Hex color #B109DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109DA is #4EF625. Grayscale: #525252. Windows color (decimal): -5174822 or 14289329. OLE color: 14289329.

HSL color Cylindrical-coordinate representation of color #B109DA: hue angle of 288.23º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109DA is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 9 218 -
CMYK 0.19 0.96 0 0.15
HSL 288.23º 0.92% 0.45% -
HSV(B) 288.23º 0.96% 0.85% -
XYZ 30.88 14.6 67.52 -
YUV 83.06 204.16 195.01 -
System Red Green Blue C M Y K H S L
Decimal 177 9 218 0.19 0.96 0 0.15 288.23 0.92 0.45
Hex B1 9 DA 13 60 0 F 120 5C 2D
Octal 261 11 332 23 140 0 17 440 134 55
Binary 10110001 1001 11011010 10011 1100000 0 1111 100100000 1011100 101101

Color Harmonies of #B109DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109DA

Black with #B109DA

Text Example


Text Example

White with #B109DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109DA; }

 p { color: rgb(177,9,218); }

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

background-color css

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

 a { background-color: rgb(177,9,218); }

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

border-color css

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

 span { border-color: rgb(177,9,218); }

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