Html Css Color HEX #B309DB Dark Violet

📋 copy color: '#B309DB'

red 179 ◦ green 9 ◦ blue 219

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

Shades of Dark Violet #B309DB

Tints of Dark Violet #B309DB

RGB

 RED value IS 179 (70.31% from 255) = 43.98%

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

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 43.98%
G = 2.21%
B = 53.81%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B309DB (or 0xB309DB) is known color: Dark Violet. HEX triplet: B3, 09 and DB. RGB value is (179,9,219). Sum of RGB (Red+Green+Blue) = 179+9+219=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #B309DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309DB is #4CF624. Grayscale: #535353. Windows color (decimal): -5043749 or 14354867. OLE color: 14354867.

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

Color convert

RGB 179 9 219 -
CMYK 0.18 0.96 0 0.14
HSL 288.57º 0.92% 0.45% -
HSV(B) 288.57º 0.96% 0.86% -
XYZ 31.47 14.89 68.23 -
YUV 83.77 204.32 195.92 -
System Red Green Blue C M Y K H S L
Decimal 179 9 219 0.18 0.96 0 0.14 288.57 0.92 0.45
Hex B3 9 DB 12 60 0 E 121 5C 2D
Octal 263 11 333 22 140 0 16 441 134 55
Binary 10110011 1001 11011011 10010 1100000 0 1110 100100001 1011100 101101

Color Harmonies of #B309DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309DB

Black with #B309DB

Text Example


Text Example

White with #B309DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309DB; }

 p { color: rgb(179,9,219); }

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

background-color css

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

 a { background-color: rgb(179,9,219); }

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

border-color css

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

 span { border-color: rgb(179,9,219); }

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