Html Css Color HEX #B159ED Medium Orchid

📋 copy color: '#B159ED'

red 177 ◦ green 89 ◦ blue 237

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

Shades of Medium Orchid #B159ED

Tints of Medium Orchid #B159ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 47.12%

R = 35.19%
G = 17.69%
B = 47.12%

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

#B159ED (or 0xB159ED) is known color: Medium Orchid. HEX triplet: B1, 59 and ED. RGB value is (177,89,237). Sum of RGB (Red+Green+Blue) = 177+89+237=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #B159ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B159ED is #4EA612. Grayscale: #838383. Windows color (decimal): -5154323 or 15554993. OLE color: 15554993.

HSL color Cylindrical-coordinate representation of color #B159ED: hue angle of 275.68º degrees, saturation: 0.8, 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 #B159ED is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 89 237 -
CMYK 0.25 0.62 0 0.07
HSL 275.68º 0.8% 0.64% -
HSV(B) 275.68º 0.62% 0.93% -
XYZ 36.99 22.61 82.53 -
YUV 132.18 187.15 159.97 -
System Red Green Blue C M Y K H S L
Decimal 177 89 237 0.25 0.62 0 0.07 275.68 0.8 0.64
Hex B1 59 ED 19 3E 0 7 114 50 40
Octal 261 131 355 31 76 0 7 424 120 100
Binary 10110001 1011001 11101101 11001 111110 0 111 100010100 1010000 1000000

Color Harmonies of #B159ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159ED

Black with #B159ED

Text Example


Text Example

White with #B159ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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