Html Css Color HEX #B219DB Dark Orchid

📋 copy color: '#B219DB'

red 178 ◦ green 25 ◦ blue 219

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

Shades of Dark Orchid #B219DB

Tints of Dark Orchid #B219DB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.92%

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

R = 42.18%
G = 5.92%
B = 51.9%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B219DB (or 0xB219DB) is known color: Dark Orchid. HEX triplet: B2, 19 and DB. RGB value is (178,25,219). Sum of RGB (Red+Green+Blue) = 178+25+219=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #B219DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219DB is #4DE624. Grayscale: #5C5C5C. Windows color (decimal): -5105189 or 14358962. OLE color: 14358962.

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

Color convert

RGB 178 25 219 -
CMYK 0.19 0.89 0 0.14
HSL 287.32º 0.8% 0.48% -
HSV(B) 287.32º 0.89% 0.86% -
XYZ 31.49 15.27 68.31 -
YUV 92.86 199.19 188.73 -
System Red Green Blue C M Y K H S L
Decimal 178 25 219 0.19 0.89 0 0.14 287.32 0.8 0.48
Hex B2 19 DB 13 59 0 E 11F 50 30
Octal 262 31 333 23 131 0 16 437 120 60
Binary 10110010 11001 11011011 10011 1011001 0 1110 100011111 1010000 110000

Color Harmonies of #B219DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219DB

Black with #B219DB

Text Example


Text Example

White with #B219DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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