Html Css Color HEX #B309DC Dark Violet

📋 copy color: '#B309DC'

red 179 ◦ green 9 ◦ blue 220

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

Shades of Dark Violet #B309DC

Tints of Dark Violet #B309DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.92%

R = 43.87%
G = 2.21%
B = 53.92%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B309DC (or 0xB309DC) is known color: Dark Violet. HEX triplet: B3, 09 and DC. RGB value is (179,9,220). Sum of RGB (Red+Green+Blue) = 179+9+220=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #B309DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B309DC is #4CF623. Grayscale: #535353. Windows color (decimal): -5043748 or 14420403. OLE color: 14420403.

HSL color Cylindrical-coordinate representation of color #B309DC: hue angle of 288.34º 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 #B309DC is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 9 220 -
CMYK 0.19 0.96 0 0.14
HSL 288.34º 0.92% 0.45% -
HSV(B) 288.34º 0.96% 0.86% -
XYZ 31.61 14.95 68.93 -
YUV 83.88 204.82 195.84 -
System Red Green Blue C M Y K H S L
Decimal 179 9 220 0.19 0.96 0 0.14 288.34 0.92 0.45
Hex B3 9 DC 13 60 0 E 120 5C 2D
Octal 263 11 334 23 140 0 16 440 134 55
Binary 10110011 1001 11011100 10011 1100000 0 1110 100100000 1011100 101101

Color Harmonies of #B309DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B309DC

Black with #B309DC

Text Example


Text Example

White with #B309DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B309DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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