Html Css Color HEX #B301DF Dark Violet

📋 copy color: '#B301DF'

red 179 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #B301DF

Tints of Dark Violet #B301DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 44.42%
G = 0.25%
B = 55.33%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B301DF (or 0xB301DF) is known color: Dark Violet. HEX triplet: B3, 01 and DF. RGB value is (179,1,223). Sum of RGB (Red+Green+Blue) = 179+1+223=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #B301DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301DF is #4CFE20. Grayscale: #4E4E4E. Windows color (decimal): -5045793 or 14614963. OLE color: 14614963.

HSL color Cylindrical-coordinate representation of color #B301DF: hue angle of 288.11º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301DF is Cyan = 0.20, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 1 223 -
CMYK 0.20 1.00 0 0.13
HSL 288.11º 0.99% 0.44% -
HSV(B) 288.11º 1% 0.87% -
XYZ 31.92 14.93 71.01 -
YUV 79.53 208.97 198.95 -
System Red Green Blue C M Y K H S L
Decimal 179 1 223 0.20 1.00 0 0.13 288.11 0.99 0.44
Hex B3 1 DF 14 64 0 D 120 63 2C
Octal 263 1 337 24 144 0 15 440 143 54
Binary 10110011 1 11011111 10100 1100100 0 1101 100100000 1100011 101100

Color Harmonies of #B301DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301DF

Black with #B301DF

Text Example


Text Example

White with #B301DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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