#B550E0

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

Shades of Medium Orchid #B550E0

Tints of Medium Orchid #B550E0

Color information

#B550E0 (or 0xB550E0) is unknown color: approx Medium Orchid. HEX triplet: B5, 50 and E0. RGB value is (181,80,224). Sum of RGB (Red+Green+Blue) = 181+80+224=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #B550E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550E0 is #4AAF1F. Grayscale: #7E7E7E. Windows color (decimal): -4894496 or 14700725. OLE color: 14700725.

HSL color Cylindrical-coordinate representation of color #B550E0: hue angle of 282.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B550E0 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18180224-
CMYK0.190.6400.12
HSL282.08º69.9%59.61%-
HSV(B)282.08º64.29%87.84%-
XYZ35.3820.9472.7-
YUV126.62182.96166.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 80 (31.64% from 255) = 16.49%
BLUE value IS 224 (87.89% from 255) = 46.19%
R=37.32%
G=16.49%
B=46.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181802240.190.6400.12282.0869.959.61
HexB550E013400C11a463c
Octal2651203402310001443210674
Binary10110101101000011100000100111000000011001000110101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550E0; }

 p { color: rgb(181,80,224); }

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

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

 a { background-color: rgb(181,80,224); }

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

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

 span { border-color: rgb(181,80,224); }

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