Html Css Color HEX #B200DF Dark Violet

📋 copy color: '#B200DF'

red 178 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #B200DF

Tints of Dark Violet #B200DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.61%

R = 44.39%
G = 0%
B = 55.61%

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

#B200DF (or 0xB200DF) is known color: Dark Violet. HEX triplet: B2, 00 and DF. RGB value is (178,0,223). Sum of RGB (Red+Green+Blue) = 178+0+223=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #B200DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200DF is #4DFF20. Grayscale: #4D4D4D. Windows color (decimal): -5111585 or 14614706. OLE color: 14614706.

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

Color convert

RGB 178 0 223 -
CMYK 0.20 1 0 0.13
HSL 287.89º 1% 0.44% -
HSV(B) 287.89º 1% 0.87% -
XYZ 31.68 14.79 71 -
YUV 78.64 209.47 198.87 -
System Red Green Blue C M Y K H S L
Decimal 178 0 223 0.20 1 0 0.13 287.89 1 0.44
Hex B2 0 DF 14 64 0 D 120 64 2C
Octal 262 0 337 24 144 0 15 440 144 54
Binary 10110010 0 11011111 10100 1100100 0 1101 100100000 1100100 101100

Color Harmonies of #B200DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200DF

Black with #B200DF

Text Example


Text Example

White with #B200DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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