Html Css Color HEX #B202DD Dark Violet

📋 copy color: '#B202DD'

red 178 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #B202DD

Tints of Dark Violet #B202DD

RGB

 RED value IS 178 (69.92% from 255) = 44.39%

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

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

R = 44.39%
G = 0.5%
B = 55.11%

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

#B202DD (or 0xB202DD) is known color: Dark Violet. HEX triplet: B2, 02 and DD. RGB value is (178,2,221). Sum of RGB (Red+Green+Blue) = 178+2+221=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 2 (1.17% from 255 or 0.50% 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 #B202DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B202DD is #4DFD22. Grayscale: #4E4E4E. Windows color (decimal): -5111075 or 14484146. OLE color: 14484146.

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

Color convert

RGB 178 2 221 -
CMYK 0.19 0.99 0 0.13
HSL 288.22º 0.98% 0.44% -
HSV(B) 288.22º 0.99% 0.87% -
XYZ 31.43 14.73 69.59 -
YUV 79.59 207.81 198.19 -
System Red Green Blue C M Y K H S L
Decimal 178 2 221 0.19 0.99 0 0.13 288.22 0.98 0.44
Hex B2 2 DD 13 63 0 D 120 62 2C
Octal 262 2 335 23 143 0 15 440 142 54
Binary 10110010 10 11011101 10011 1100011 0 1101 100100000 1100010 101100

Color Harmonies of #B202DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B202DD

Black with #B202DD

Text Example


Text Example

White with #B202DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B202DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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