Html Css Color HEX #B557FA Medium Orchid

📋 copy color: '#B557FA'

red 181 ◦ green 87 ◦ blue 250

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

Shades of Medium Orchid #B557FA

Tints of Medium Orchid #B557FA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 16.8%

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

R = 34.94%
G = 16.8%
B = 48.26%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B557FA (or 0xB557FA) is known color: Medium Orchid. HEX triplet: B5, 57 and FA. RGB value is (181,87,250). Sum of RGB (Red+Green+Blue) = 181+87+250=518 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.94% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #B557FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B557FA is #4AA805. Grayscale: #858585. Windows color (decimal): -4892678 or 16406453. OLE color: 16406453.

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

Color convert

RGB 181 87 250 -
CMYK 0.28 0.65 0 0.02
HSL 274.6º 0.94% 0.66% -
HSV(B) 274.6º 0.65% 0.98% -
XYZ 39.72 23.54 92.89 -
YUV 133.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 181 87 250 0.28 0.65 0 0.02 274.6 0.94 0.66
Hex B5 57 FA 1C 41 0 2 113 5E 42
Octal 265 127 372 34 101 0 2 423 136 102
Binary 10110101 1010111 11111010 11100 1000001 0 10 100010011 1011110 1000010

Color Harmonies of #B557FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557FA

Black with #B557FA

Text Example


Text Example

White with #B557FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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