Html Css Color HEX #B200DD Dark Violet

📋 copy color: '#B200DD'

red 178 ◦ green 0 ◦ blue 221

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

Shades of Dark Violet #B200DD

Tints of Dark Violet #B200DD

RGB

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

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

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

R = 44.61%
G = 0%
B = 55.39%

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

#B200DD (or 0xB200DD) is known color: Dark Violet. HEX triplet: B2, 00 and DD. RGB value is (178,0,221). Sum of RGB (Red+Green+Blue) = 178+0+221=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #B200DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200DD is #4DFF22. Grayscale: #4D4D4D. Windows color (decimal): -5111587 or 14483634. OLE color: 14483634.

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

Color convert

RGB 178 0 221 -
CMYK 0.19 1 0 0.13
HSL 288.33º 1% 0.43% -
HSV(B) 288.33º 1% 0.87% -
XYZ 31.41 14.69 69.59 -
YUV 78.42 208.47 199.03 -
System Red Green Blue C M Y K H S L
Decimal 178 0 221 0.19 1 0 0.13 288.33 1 0.43
Hex B2 0 DD 13 64 0 D 120 64 2B
Octal 262 0 335 23 144 0 15 440 144 53
Binary 10110010 0 11011101 10011 1100100 0 1101 100100000 1100100 101011

Color Harmonies of #B200DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200DD

Black with #B200DD

Text Example


Text Example

White with #B200DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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