Html Css Color HEX #B200DB Dark Violet

📋 copy color: '#B200DB'

red 178 ◦ green 0 ◦ blue 219

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

Shades of Dark Violet #B200DB

Tints of Dark Violet #B200DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.16%

R = 44.84%
G = 0%
B = 55.16%

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

#B200DB (or 0xB200DB) is known color: Dark Violet. HEX triplet: B2, 00 and DB. RGB value is (178,0,219). Sum of RGB (Red+Green+Blue) = 178+0+219=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #B200DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B200DB is #4DFF24. Grayscale: #4D4D4D. Windows color (decimal): -5111589 or 14352562. OLE color: 14352562.

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

Color convert

RGB 178 0 219 -
CMYK 0.19 1 0 0.14
HSL 288.77º 1% 0.43% -
HSV(B) 288.77º 1% 0.86% -
XYZ 31.15 14.58 68.19 -
YUV 78.19 207.47 199.19 -
System Red Green Blue C M Y K H S L
Decimal 178 0 219 0.19 1 0 0.14 288.77 1 0.43
Hex B2 0 DB 13 64 0 E 121 64 2B
Octal 262 0 333 23 144 0 16 441 144 53
Binary 10110010 0 11011011 10011 1100100 0 1110 100100001 1100100 101011

Color Harmonies of #B200DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B200DB

Black with #B200DB

Text Example


Text Example

White with #B200DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B200DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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