Html Css Color HEX #B301DD Dark Violet

📋 copy color: '#B301DD'

red 179 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #B301DD

Tints of Dark Violet #B301DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 44.64%
G = 0.25%
B = 55.11%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B301DD (or 0xB301DD) is known color: Dark Violet. HEX triplet: B3, 01 and DD. RGB value is (179,1,221). Sum of RGB (Red+Green+Blue) = 179+1+221=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 1 (0.78% from 255 or 0.25% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #B301DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301DD is #4CFE22. Grayscale: #4E4E4E. Windows color (decimal): -5045795 or 14483891. OLE color: 14483891.

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

Color convert

RGB 179 1 221 -
CMYK 0.19 1.00 0 0.13
HSL 288.55º 0.99% 0.44% -
HSV(B) 288.55º 1% 0.87% -
XYZ 31.65 14.83 69.6 -
YUV 79.3 207.97 199.11 -
System Red Green Blue C M Y K H S L
Decimal 179 1 221 0.19 1.00 0 0.13 288.55 0.99 0.44
Hex B3 1 DD 13 64 0 D 121 63 2C
Octal 263 1 335 23 144 0 15 441 143 54
Binary 10110011 1 11011101 10011 1100100 0 1101 100100001 1100011 101100

Color Harmonies of #B301DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301DD

Black with #B301DD

Text Example


Text Example

White with #B301DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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