Html Css Color HEX #B159F9 Medium Orchid

📋 copy color: '#B159F9'

red 177 ◦ green 89 ◦ blue 249

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

Shades of Medium Orchid #B159F9

Tints of Medium Orchid #B159F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.35%

R = 34.37%
G = 17.28%
B = 48.35%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B159F9 (or 0xB159F9) is known color: Medium Orchid. HEX triplet: B1, 59 and F9. RGB value is (177,89,249). Sum of RGB (Red+Green+Blue) = 177+89+249=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 249 (97.66% from 255 or 48.35% from 515); Max value from RGB is 249 - color contains mainly: blue. Hex color #B159F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B159F9 is #4EA606. Grayscale: #858585. Windows color (decimal): -5154311 or 16341425. OLE color: 16341425.

HSL color Cylindrical-coordinate representation of color #B159F9: hue angle of 273º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B159F9 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 89 249 -
CMYK 0.29 0.64 0 0.02
HSL 273º 0.93% 0.66% -
HSV(B) 273º 0.64% 0.98% -
XYZ 38.8 23.33 92.08 -
YUV 133.55 193.15 158.99 -
System Red Green Blue C M Y K H S L
Decimal 177 89 249 0.29 0.64 0 0.02 273 0.93 0.66
Hex B1 59 F9 1D 40 0 2 111 5D 42
Octal 261 131 371 35 100 0 2 421 135 102
Binary 10110001 1011001 11111001 11101 1000000 0 10 100010001 1011101 1000010

Color Harmonies of #B159F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159F9

Black with #B159F9

Text Example


Text Example

White with #B159F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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