Html Css Color HEX #B200DC Dark Violet

📋 copy color: '#B200DC'

red 178 ◦ green 0 ◦ blue 220

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

Shades of Dark Violet #B200DC

Tints of Dark Violet #B200DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 44.72%
G = 0%
B = 55.28%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B200DC (or 0xB200DC) is known color: Dark Violet. HEX triplet: B2, 00 and DC. RGB value is (178,0,220). Sum of RGB (Red+Green+Blue) = 178+0+220=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #B200DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200DC is #4DFF23. Grayscale: #4D4D4D. Windows color (decimal): -5111588 or 14418098. OLE color: 14418098.

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

Color convert

RGB 178 0 220 -
CMYK 0.19 1 0 0.14
HSL 288.55º 1% 0.43% -
HSV(B) 288.55º 1% 0.86% -
XYZ 31.28 14.63 68.89 -
YUV 78.3 207.97 199.11 -
System Red Green Blue C M Y K H S L
Decimal 178 0 220 0.19 1 0 0.14 288.55 1 0.43
Hex B2 0 DC 13 64 0 E 121 64 2B
Octal 262 0 334 23 144 0 16 441 144 53
Binary 10110010 0 11011100 10011 1100100 0 1110 100100001 1100100 101011

Color Harmonies of #B200DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200DC

Black with #B200DC

Text Example


Text Example

White with #B200DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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