Html Css Color HEX #B309DF Dark Violet

📋 copy color: '#B309DF'

red 179 ◦ green 9 ◦ blue 223

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

Shades of Dark Violet #B309DF

Tints of Dark Violet #B309DF

RGB

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

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

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

R = 43.55%
G = 2.19%
B = 54.26%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B309DF (or 0xB309DF) is known color: Dark Violet. HEX triplet: B3, 09 and DF. RGB value is (179,9,223). Sum of RGB (Red+Green+Blue) = 179+9+223=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #B309DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309DF is #4CF620. Grayscale: #535353. Windows color (decimal): -5043745 or 14617011. OLE color: 14617011.

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

Color convert

RGB 179 9 223 -
CMYK 0.20 0.96 0 0.13
HSL 287.66º 0.92% 0.45% -
HSV(B) 287.66º 0.96% 0.87% -
XYZ 32.01 15.11 71.04 -
YUV 84.23 206.32 195.6 -
System Red Green Blue C M Y K H S L
Decimal 179 9 223 0.20 0.96 0 0.13 287.66 0.92 0.45
Hex B3 9 DF 14 60 0 D 120 5C 2D
Octal 263 11 337 24 140 0 15 440 134 55
Binary 10110011 1001 11011111 10100 1100000 0 1101 100100000 1011100 101101

Color Harmonies of #B309DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309DF

Black with #B309DF

Text Example


Text Example

White with #B309DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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