Html Css Color HEX #B302DD Dark Violet

📋 copy color: '#B302DD'

red 179 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #B302DD

Tints of Dark Violet #B302DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 44.53%
G = 0.5%
B = 54.98%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B302DD (or 0xB302DD) is known color: Dark Violet. HEX triplet: B3, 02 and DD. RGB value is (179,2,221). Sum of RGB (Red+Green+Blue) = 179+2+221=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #B302DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B302DD is #4CFD22. Grayscale: #4F4F4F. Windows color (decimal): -5045539 or 14484147. OLE color: 14484147.

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

Color convert

RGB 179 2 221 -
CMYK 0.19 0.99 0 0.13
HSL 288.49º 0.98% 0.44% -
HSV(B) 288.49º 0.99% 0.87% -
XYZ 31.66 14.85 69.6 -
YUV 79.89 207.64 198.69 -
System Red Green Blue C M Y K H S L
Decimal 179 2 221 0.19 0.99 0 0.13 288.49 0.98 0.44
Hex B3 2 DD 13 63 0 D 120 62 2C
Octal 263 2 335 23 143 0 15 440 142 54
Binary 10110011 10 11011101 10011 1100011 0 1101 100100000 1100010 101100

Color Harmonies of #B302DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B302DD

Black with #B302DD

Text Example


Text Example

White with #B302DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B302DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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