Html Css Color HEX #B300DF Dark Violet

📋 copy color: '#B300DF'

red 179 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #B300DF

Tints of Dark Violet #B300DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.53%
G = 0%
B = 55.47%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B300DF (or 0xB300DF) is known color: Dark Violet. HEX triplet: B3, 00 and DF. RGB value is (179,0,223). Sum of RGB (Red+Green+Blue) = 179+0+223=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #B300DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300DF is #4CFF20. Grayscale: #4E4E4E. Windows color (decimal): -5046049 or 14614707. OLE color: 14614707.

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

Color convert

RGB 179 0 223 -
CMYK 0.20 1 0 0.13
HSL 288.16º 1% 0.44% -
HSV(B) 288.16º 1% 0.87% -
XYZ 31.91 14.91 71.01 -
YUV 78.94 209.3 199.37 -
System Red Green Blue C M Y K H S L
Decimal 179 0 223 0.20 1 0 0.13 288.16 1 0.44
Hex B3 0 DF 14 64 0 D 120 64 2C
Octal 263 0 337 24 144 0 15 440 144 54
Binary 10110011 0 11011111 10100 1100100 0 1101 100100000 1100100 101100

Color Harmonies of #B300DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300DF

Black with #B300DF

Text Example


Text Example

White with #B300DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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