Html Css Color HEX #B159FE Medium Orchid

📋 copy color: '#B159FE'

red 177 ◦ green 89 ◦ blue 254

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

Shades of Medium Orchid #B159FE

Tints of Medium Orchid #B159FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 34.04%
G = 17.12%
B = 48.85%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B159FE (or 0xB159FE) is known color: Medium Orchid. HEX triplet: B1, 59 and FE. RGB value is (177,89,254). Sum of RGB (Red+Green+Blue) = 177+89+254=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #B159FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B159FE is #4EA601. Grayscale: #858585. Windows color (decimal): -5154306 or 16669105. OLE color: 16669105.

HSL color Cylindrical-coordinate representation of color #B159FE: hue angle of 272º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B159FE is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 89 254 -
CMYK 0.30 0.65 0 0.00
HSL 272º 0.99% 0.67% -
HSV(B) 272º 0.65% 1% -
XYZ 39.59 23.65 96.24 -
YUV 134.12 195.65 158.58 -
System Red Green Blue C M Y K H S L
Decimal 177 89 254 0.30 0.65 0 0.00 272 0.99 0.67
Hex B1 59 FE 1E 41 0 0 110 63 43
Octal 261 131 376 36 101 0 0 420 143 103
Binary 10110001 1011001 11111110 11110 1000001 0 0 100010000 1100011 1000011

Color Harmonies of #B159FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159FE

Black with #B159FE

Text Example


Text Example

White with #B159FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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