Html Css Color HEX #B306DF Dark Violet

📋 copy color: '#B306DF'

red 179 ◦ green 6 ◦ blue 223

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

Shades of Dark Violet #B306DF

Tints of Dark Violet #B306DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

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

R = 43.87%
G = 1.47%
B = 54.66%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B306DF (or 0xB306DF) is known color: Dark Violet. HEX triplet: B3, 06 and DF. RGB value is (179,6,223). Sum of RGB (Red+Green+Blue) = 179+6+223=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #B306DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B306DF is #4CF920. Grayscale: #515151. Windows color (decimal): -5044513 or 14616243. OLE color: 14616243.

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

Color convert

RGB 179 6 223 -
CMYK 0.20 0.97 0 0.13
HSL 287.83º 0.95% 0.45% -
HSV(B) 287.83º 0.97% 0.87% -
XYZ 31.97 15.04 71.03 -
YUV 82.47 207.31 196.86 -
System Red Green Blue C M Y K H S L
Decimal 179 6 223 0.20 0.97 0 0.13 287.83 0.95 0.45
Hex B3 6 DF 14 61 0 D 120 5F 2D
Octal 263 6 337 24 141 0 15 440 137 55
Binary 10110011 110 11011111 10100 1100001 0 1101 100100000 1011111 101101

Color Harmonies of #B306DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B306DF

Black with #B306DF

Text Example


Text Example

White with #B306DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B306DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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