Html Css Color HEX #B300DE Dark Violet

📋 copy color: '#B300DE'

red 179 ◦ green 0 ◦ blue 222

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

Shades of Dark Violet #B300DE

Tints of Dark Violet #B300DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.36%

R = 44.64%
G = 0%
B = 55.36%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B300DE (or 0xB300DE) is known color: Dark Violet. HEX triplet: B3, 00 and DE. RGB value is (179,0,222). Sum of RGB (Red+Green+Blue) = 179+0+222=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #B300DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B300DE is #4CFF21. Grayscale: #4E4E4E. Windows color (decimal): -5046050 or 14549171. OLE color: 14549171.

HSL color Cylindrical-coordinate representation of color #B300DE: hue angle of 288.38º 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 #B300DE is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 0 222 -
CMYK 0.19 1 0 0.13
HSL 288.38º 1% 0.44% -
HSV(B) 288.38º 1% 0.87% -
XYZ 31.78 14.86 70.3 -
YUV 78.83 208.8 199.45 -
System Red Green Blue C M Y K H S L
Decimal 179 0 222 0.19 1 0 0.13 288.38 1 0.44
Hex B3 0 DE 13 64 0 D 120 64 2C
Octal 263 0 336 23 144 0 15 440 144 54
Binary 10110011 0 11011110 10011 1100100 0 1101 100100000 1100100 101100

Color Harmonies of #B300DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B300DE

Black with #B300DE

Text Example


Text Example

White with #B300DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B300DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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