Html Css Color HEX #B159DC Medium Orchid

📋 copy color: '#B159DC'

red 177 ◦ green 89 ◦ blue 220

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

Shades of Medium Orchid #B159DC

Tints of Medium Orchid #B159DC

RGB

 RED value IS 177 (69.53% from 255) = 36.42%

 GREEN value IS 89 (35.16% from 255) = 18.31%

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

R = 36.42%
G = 18.31%
B = 45.27%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B159DC (or 0xB159DC) is known color: Medium Orchid. HEX triplet: B1, 59 and DC. RGB value is (177,89,220). Sum of RGB (Red+Green+Blue) = 177+89+220=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 89 (35.16% from 255 or 18.31% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #B159DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159DC is #4EA623. Grayscale: #818181. Windows color (decimal): -5154340 or 14440881. OLE color: 14440881.

HSL color Cylindrical-coordinate representation of color #B159DC: hue angle of 280.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B159DC is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 89 220 -
CMYK 0.20 0.60 0 0.14
HSL 280.31º 0.65% 0.61% -
HSV(B) 280.31º 0.6% 0.86% -
XYZ 34.62 21.66 70.07 -
YUV 130.25 178.65 161.35 -
System Red Green Blue C M Y K H S L
Decimal 177 89 220 0.20 0.60 0 0.14 280.31 0.65 0.61
Hex B1 59 DC 14 3C 0 E 118 41 3D
Octal 261 131 334 24 74 0 16 430 101 75
Binary 10110001 1011001 11011100 10100 111100 0 1110 100011000 1000001 111101

Color Harmonies of #B159DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159DC

Black with #B159DC

Text Example


Text Example

White with #B159DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159DC; }

 p { color: rgb(177,89,220); }

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

background-color css

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

 a { background-color: rgb(177,89,220); }

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

border-color css

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

 span { border-color: rgb(177,89,220); }

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