Html Css Color HEX #B557FF Medium Orchid

📋 copy color: '#B557FF'

red 181 ◦ green 87 ◦ blue 255

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

Shades of Medium Orchid #B557FF

Tints of Medium Orchid #B557FF

RGB

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

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

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

R = 34.61%
G = 16.63%
B = 48.76%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B557FF (or 0xB557FF) is known color: Medium Orchid. HEX triplet: B5, 57 and FF. RGB value is (181,87,255). Sum of RGB (Red+Green+Blue) = 181+87+255=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 87 (34.38% from 255 or 16.63% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #B557FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B557FF is #4AA800. Grayscale: #858585. Windows color (decimal): -4892673 or 16734133. OLE color: 16734133.

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

Color convert

RGB 181 87 255 -
CMYK 0.29 0.66 0 0
HSL 273.57º 1% 0.67% -
HSV(B) 273.57º 0.66% 1% -
XYZ 40.51 23.86 97.08 -
YUV 134.26 196.14 161.34 -
System Red Green Blue C M Y K H S L
Decimal 181 87 255 0.29 0.66 0 0 273.57 1 0.67
Hex B5 57 FF 1D 42 0 0 112 64 43
Octal 265 127 377 35 102 0 0 422 144 103
Binary 10110101 1010111 11111111 11101 1000010 0 0 100010010 1100100 1000011

Color Harmonies of #B557FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B557FF

Black with #B557FF

Text Example


Text Example

White with #B557FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B557FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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