Html Css Color HEX #B200DE Dark Violet

📋 copy color: '#B200DE'

red 178 ◦ green 0 ◦ blue 222

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

Shades of Dark Violet #B200DE

Tints of Dark Violet #B200DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 44.5%
G = 0%
B = 55.5%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B200DE (or 0xB200DE) is known color: Dark Violet. HEX triplet: B2, 00 and DE. RGB value is (178,0,222). Sum of RGB (Red+Green+Blue) = 178+0+222=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #B200DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200DE is #4DFF21. Grayscale: #4D4D4D. Windows color (decimal): -5111586 or 14549170. OLE color: 14549170.

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

Color convert

RGB 178 0 222 -
CMYK 0.20 1 0 0.13
HSL 288.11º 1% 0.44% -
HSV(B) 288.11º 1% 0.87% -
XYZ 31.54 14.74 70.29 -
YUV 78.53 208.97 198.95 -
System Red Green Blue C M Y K H S L
Decimal 178 0 222 0.20 1 0 0.13 288.11 1 0.44
Hex B2 0 DE 14 64 0 D 120 64 2C
Octal 262 0 336 24 144 0 15 440 144 54
Binary 10110010 0 11011110 10100 1100100 0 1101 100100000 1100100 101100

Color Harmonies of #B200DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200DE

Black with #B200DE

Text Example


Text Example

White with #B200DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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