Html Css Color HEX #B319DD Dark Orchid

📋 copy color: '#B319DD'

red 179 ◦ green 25 ◦ blue 221

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

Shades of Dark Orchid #B319DD

Tints of Dark Orchid #B319DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 42.12%
G = 5.88%
B = 52%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B319DD (or 0xB319DD) is known color: Dark Orchid. HEX triplet: B3, 19 and DD. RGB value is (179,25,221). Sum of RGB (Red+Green+Blue) = 179+25+221=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #B319DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B319DD is #4CE622. Grayscale: #5C5C5C. Windows color (decimal): -5039651 or 14490035. OLE color: 14490035.

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

Color convert

RGB 179 25 221 -
CMYK 0.19 0.89 0 0.13
HSL 287.14º 0.8% 0.48% -
HSV(B) 287.14º 0.89% 0.87% -
XYZ 31.99 15.5 69.71 -
YUV 93.39 200.02 189.06 -
System Red Green Blue C M Y K H S L
Decimal 179 25 221 0.19 0.89 0 0.13 287.14 0.8 0.48
Hex B3 19 DD 13 59 0 D 11F 50 30
Octal 263 31 335 23 131 0 15 437 120 60
Binary 10110011 11001 11011101 10011 1011001 0 1101 100011111 1010000 110000

Color Harmonies of #B319DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B319DD

Black with #B319DD

Text Example


Text Example

White with #B319DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B319DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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