Html Css Color HEX #B159DF Medium Orchid

📋 copy color: '#B159DF'

red 177 ◦ green 89 ◦ blue 223

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

Shades of Medium Orchid #B159DF

Tints of Medium Orchid #B159DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.6%

R = 36.2%
G = 18.2%
B = 45.6%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B159DF (or 0xB159DF) is known color: Medium Orchid. HEX triplet: B1, 59 and DF. RGB value is (177,89,223). Sum of RGB (Red+Green+Blue) = 177+89+223=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 89 (35.16% from 255 or 18.20% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #B159DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B159DF is #4EA620. Grayscale: #828282. Windows color (decimal): -5154337 or 14637489. OLE color: 14637489.

HSL color Cylindrical-coordinate representation of color #B159DF: hue angle of 279.4º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B159DF is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 89 223 -
CMYK 0.21 0.60 0 0.13
HSL 279.4º 0.68% 0.61% -
HSV(B) 279.4º 0.6% 0.87% -
XYZ 35.02 21.82 72.18 -
YUV 130.59 180.15 161.1 -
System Red Green Blue C M Y K H S L
Decimal 177 89 223 0.21 0.60 0 0.13 279.4 0.68 0.61
Hex B1 59 DF 15 3C 0 D 117 44 3D
Octal 261 131 337 25 74 0 15 427 104 75
Binary 10110001 1011001 11011111 10101 111100 0 1101 100010111 1000100 111101

Color Harmonies of #B159DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159DF

Black with #B159DF

Text Example


Text Example

White with #B159DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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