Html Css Color HEX #B159EC Medium Orchid

📋 copy color: '#B159EC'

red 177 ◦ green 89 ◦ blue 236

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

Shades of Medium Orchid #B159EC

Tints of Medium Orchid #B159EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 35.26%
G = 17.73%
B = 47.01%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B159EC (or 0xB159EC) is known color: Medium Orchid. HEX triplet: B1, 59 and EC. RGB value is (177,89,236). Sum of RGB (Red+Green+Blue) = 177+89+236=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #B159EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B159EC is #4EA613. Grayscale: #838383. Windows color (decimal): -5154324 or 15489457. OLE color: 15489457.

HSL color Cylindrical-coordinate representation of color #B159EC: hue angle of 275.92º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B159EC is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 89 236 -
CMYK 0.25 0.62 0 0.07
HSL 275.92º 0.79% 0.64% -
HSV(B) 275.92º 0.62% 0.93% -
XYZ 36.84 22.55 81.77 -
YUV 132.07 186.65 160.05 -
System Red Green Blue C M Y K H S L
Decimal 177 89 236 0.25 0.62 0 0.07 275.92 0.79 0.64
Hex B1 59 EC 19 3E 0 7 114 4F 40
Octal 261 131 354 31 76 0 7 424 117 100
Binary 10110001 1011001 11101100 11001 111110 0 111 100010100 1001111 1000000

Color Harmonies of #B159EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159EC

Black with #B159EC

Text Example


Text Example

White with #B159EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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