#B557C4

Color #B557C4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B557C4

Tints of Medium Orchid #B557C4

Color information

#B557C4 (or 0xB557C4) is unknown color: approx Medium Orchid. HEX triplet: B5, 57 and C4. RGB value is (181,87,196). Sum of RGB (Red+Green+Blue) = 181+87+196=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 196 (76.95% from 255 or 42.24% from 464); Max value from RGB is 196 - color contains mainly: blue. Hex color #B557C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B557C4 is #4AA83B. Grayscale: #7F7F7F. Windows color (decimal): -4892732 or 12867509. OLE color: 12867509.

HSL color Cylindrical-coordinate representation of color #B557C4: hue angle of 291.74º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B557C4 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18187196-
CMYK0.080.5600.23
HSL291.74º48.02%55.49%-
HSV(B)291.74º55.61%76.86%-
XYZ32.4320.6354.5-
YUV127.53166.64166.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 87 (34.38% from 255) = 18.75%
BLUE value IS 196 (76.95% from 255) = 42.24%
R=39.01%
G=18.75%
B=42.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181871960.080.5600.23291.7448.0255.49
HexB557C48380171243037
Octal26512730410700274446067
Binary101101011010111110001001000111000010111100100100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B557C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B557C4; }

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

 H1.HeaderClassName
 {
   color: #B557C4;
 }
 .AnyTagClassName
 {
   color: #B557C4;
 }
</style>
background-color css

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

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

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

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

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

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