Html Css Color HEX #B159FD Medium Orchid

📋 copy color: '#B159FD'

red 177 ◦ green 89 ◦ blue 253

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

Shades of Medium Orchid #B159FD

Tints of Medium Orchid #B159FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 34.1%
G = 17.15%
B = 48.75%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B159FD (or 0xB159FD) is known color: Medium Orchid. HEX triplet: B1, 59 and FD. RGB value is (177,89,253). Sum of RGB (Red+Green+Blue) = 177+89+253=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #B159FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B159FD is #4EA602. Grayscale: #858585. Windows color (decimal): -5154307 or 16603569. OLE color: 16603569.

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

Color convert

RGB 177 89 253 -
CMYK 0.30 0.65 0 0.01
HSL 272.2º 0.98% 0.67% -
HSV(B) 272.2º 0.65% 0.99% -
XYZ 39.43 23.58 95.4 -
YUV 134.01 195.15 158.66 -
System Red Green Blue C M Y K H S L
Decimal 177 89 253 0.30 0.65 0 0.01 272.2 0.98 0.67
Hex B1 59 FD 1E 41 0 1 110 62 43
Octal 261 131 375 36 101 0 1 420 142 103
Binary 10110001 1011001 11111101 11110 1000001 0 1 100010000 1100010 1000011

Color Harmonies of #B159FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B159FD

Black with #B159FD

Text Example


Text Example

White with #B159FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B159FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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