Html Css Color HEX #B308DF Dark Violet

📋 copy color: '#B308DF'

red 179 ◦ green 8 ◦ blue 223

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

Shades of Dark Violet #B308DF

Tints of Dark Violet #B308DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.95%

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

R = 43.66%
G = 1.95%
B = 54.39%

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

#B308DF (or 0xB308DF) is known color: Dark Violet. HEX triplet: B3, 08 and DF. RGB value is (179,8,223). Sum of RGB (Red+Green+Blue) = 179+8+223=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 8 (3.52% from 255 or 1.95% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #B308DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308DF is #4CF720. Grayscale: #525252. Windows color (decimal): -5044001 or 14616755. OLE color: 14616755.

HSL color Cylindrical-coordinate representation of color #B308DF: hue angle of 287.72º degrees, saturation: 0.93, 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 #B308DF is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 8 223 -
CMYK 0.20 0.96 0 0.13
HSL 287.72º 0.93% 0.45% -
HSV(B) 287.72º 0.96% 0.87% -
XYZ 32 15.09 71.04 -
YUV 83.64 206.65 196.02 -
System Red Green Blue C M Y K H S L
Decimal 179 8 223 0.20 0.96 0 0.13 287.72 0.93 0.45
Hex B3 8 DF 14 60 0 D 120 5D 2D
Octal 263 10 337 24 140 0 15 440 135 55
Binary 10110011 1000 11011111 10100 1100000 0 1101 100100000 1011101 101101

Color Harmonies of #B308DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B308DF

Black with #B308DF

Text Example


Text Example

White with #B308DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B308DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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