Html Css Color HEX #B305DF Dark Violet

📋 copy color: '#B305DF'

red 179 ◦ green 5 ◦ blue 223

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

Shades of Dark Violet #B305DF

Tints of Dark Violet #B305DF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

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

R = 43.98%
G = 1.23%
B = 54.79%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B305DF (or 0xB305DF) is known color: Dark Violet. HEX triplet: B3, 05 and DF. RGB value is (179,5,223). Sum of RGB (Red+Green+Blue) = 179+5+223=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 223 (87.5% from 255 or 54.79% from 407); Max value from RGB is 223 - color contains mainly: blue. Hex color #B305DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305DF is #4CFA20. Grayscale: #515151. Windows color (decimal): -5044769 or 14615987. OLE color: 14615987.

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

Color convert

RGB 179 5 223 -
CMYK 0.20 0.98 0 0.13
HSL 287.89º 0.96% 0.45% -
HSV(B) 287.89º 0.98% 0.87% -
XYZ 31.96 15.02 71.03 -
YUV 81.88 207.65 197.27 -
System Red Green Blue C M Y K H S L
Decimal 179 5 223 0.20 0.98 0 0.13 287.89 0.96 0.45
Hex B3 5 DF 14 62 0 D 120 60 2D
Octal 263 5 337 24 142 0 15 440 140 55
Binary 10110011 101 11011111 10100 1100010 0 1101 100100000 1100000 101101

Color Harmonies of #B305DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B305DF

Black with #B305DF

Text Example


Text Example

White with #B305DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B305DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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