Html Css Color HEX #B319DC Dark Orchid

📋 copy color: '#B319DC'

red 179 ◦ green 25 ◦ blue 220

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

Shades of Dark Orchid #B319DC

Tints of Dark Orchid #B319DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 42.22%
G = 5.9%
B = 51.89%

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

#B319DC (or 0xB319DC) is known color: Dark Orchid. HEX triplet: B3, 19 and DC. RGB value is (179,25,220). Sum of RGB (Red+Green+Blue) = 179+25+220=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 25 (10.16% from 255 or 5.90% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #B319DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319DC is #4CE623. Grayscale: #5C5C5C. Windows color (decimal): -5039652 or 14424499. OLE color: 14424499.

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

Color convert

RGB 179 25 220 -
CMYK 0.19 0.89 0 0.14
HSL 287.38º 0.8% 0.48% -
HSV(B) 287.38º 0.89% 0.86% -
XYZ 31.86 15.45 69.01 -
YUV 93.28 199.52 189.14 -
System Red Green Blue C M Y K H S L
Decimal 179 25 220 0.19 0.89 0 0.14 287.38 0.8 0.48
Hex B3 19 DC 13 59 0 E 11F 50 30
Octal 263 31 334 23 131 0 16 437 120 60
Binary 10110011 11001 11011100 10011 1011001 0 1110 100011111 1010000 110000

Color Harmonies of #B319DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319DC

Black with #B319DC

Text Example


Text Example

White with #B319DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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