Html Css Color HEX #B559FA Medium Orchid

📋 copy color: '#B559FA'

red 181 ◦ green 89 ◦ blue 250

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

Shades of Medium Orchid #B559FA

Tints of Medium Orchid #B559FA

RGB

 RED value IS 181 (71.09% from 255) = 34.81%

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

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 34.81%
G = 17.12%
B = 48.08%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B559FA (or 0xB559FA) is known color: Medium Orchid. HEX triplet: B5, 59 and FA. RGB value is (181,89,250). Sum of RGB (Red+Green+Blue) = 181+89+250=520 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.81% from 520); Green value is 89 (35.16% from 255 or 17.12% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #B559FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B559FA is #4AA605. Grayscale: #868686. Windows color (decimal): -4892166 or 16406965. OLE color: 16406965.

HSL color Cylindrical-coordinate representation of color #B559FA: hue angle of 274.29º degrees, saturation: 0.94, 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 #B559FA is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 89 250 -
CMYK 0.28 0.64 0 0.02
HSL 274.29º 0.94% 0.66% -
HSV(B) 274.29º 0.64% 0.98% -
XYZ 39.88 23.87 92.95 -
YUV 134.86 192.98 160.91 -
System Red Green Blue C M Y K H S L
Decimal 181 89 250 0.28 0.64 0 0.02 274.29 0.94 0.66
Hex B5 59 FA 1C 40 0 2 112 5E 42
Octal 265 131 372 34 100 0 2 422 136 102
Binary 10110101 1011001 11111010 11100 1000000 0 10 100010010 1011110 1000010

Color Harmonies of #B559FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B559FA

Black with #B559FA

Text Example


Text Example

White with #B559FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B559FA; }

 p { color: rgb(181,89,250); }

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

background-color css

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

 a { background-color: rgb(181,89,250); }

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

border-color css

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

 span { border-color: rgb(181,89,250); }

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