Html Css Color HEX #B559FF Medium Orchid

📋 copy color: '#B559FF'

red 181 ◦ green 89 ◦ blue 255

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

Shades of Medium Orchid #B559FF

Tints of Medium Orchid #B559FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 34.48%
G = 16.95%
B = 48.57%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B559FF (or 0xB559FF) is known color: Medium Orchid. HEX triplet: B5, 59 and FF. RGB value is (181,89,255). Sum of RGB (Red+Green+Blue) = 181+89+255=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #B559FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B559FF is #4AA600. Grayscale: #868686. Windows color (decimal): -4892161 or 16734645. OLE color: 16734645.

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

Color convert

RGB 181 89 255 -
CMYK 0.29 0.65 0 0
HSL 273.25º 1% 0.67% -
HSV(B) 273.25º 0.65% 1% -
XYZ 40.68 24.19 97.13 -
YUV 135.43 195.48 160.5 -
System Red Green Blue C M Y K H S L
Decimal 181 89 255 0.29 0.65 0 0 273.25 1 0.67
Hex B5 59 FF 1D 41 0 0 111 64 43
Octal 265 131 377 35 101 0 0 421 144 103
Binary 10110101 1011001 11111111 11101 1000001 0 0 100010001 1100100 1000011

Color Harmonies of #B559FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B559FF

Black with #B559FF

Text Example


Text Example

White with #B559FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B559FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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