Html Css Color HEX #B319DB Dark Orchid

📋 copy color: '#B319DB'

red 179 ◦ green 25 ◦ blue 219

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

Shades of Dark Orchid #B319DB

Tints of Dark Orchid #B319DB

RGB

 RED value IS 179 (70.31% from 255) = 42.32%

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

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

R = 42.32%
G = 5.91%
B = 51.77%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B319DB (or 0xB319DB) is known color: Dark Orchid. HEX triplet: B3, 19 and DB. RGB value is (179,25,219). Sum of RGB (Red+Green+Blue) = 179+25+219=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #B319DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319DB is #4CE624. Grayscale: #5C5C5C. Windows color (decimal): -5039653 or 14358963. OLE color: 14358963.

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

Color convert

RGB 179 25 219 -
CMYK 0.18 0.89 0 0.14
HSL 287.63º 0.8% 0.48% -
HSV(B) 287.63º 0.89% 0.86% -
XYZ 31.72 15.39 68.32 -
YUV 93.16 199.02 189.23 -
System Red Green Blue C M Y K H S L
Decimal 179 25 219 0.18 0.89 0 0.14 287.63 0.8 0.48
Hex B3 19 DB 12 59 0 E 120 50 30
Octal 263 31 333 22 131 0 16 440 120 60
Binary 10110011 11001 11011011 10010 1011001 0 1110 100100000 1010000 110000

Color Harmonies of #B319DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319DB

Black with #B319DB

Text Example


Text Example

White with #B319DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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