#B550D5

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

Shades of Medium Orchid #B550D5

Tints of Medium Orchid #B550D5

Color information

#B550D5 (or 0xB550D5) is unknown color: approx Medium Orchid. HEX triplet: B5, 50 and D5. RGB value is (181,80,213). Sum of RGB (Red+Green+Blue) = 181+80+213=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 80 (31.64% from 255 or 16.88% from 474); Blue value is 213 (83.59% from 255 or 44.94% from 474); Max value from RGB is 213 - color contains mainly: blue. Hex color #B550D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550D5 is #4AAF2A. Grayscale: #7C7C7C. Windows color (decimal): -4894507 or 13979829. OLE color: 13979829.

HSL color Cylindrical-coordinate representation of color #B550D5: hue angle of 285.56º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B550D5 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18180213-
CMYK0.150.6200.16
HSL285.56º61.29%57.45%-
HSV(B)285.56º62.44%83.53%-
XYZ33.9320.3765.09-
YUV125.36177.46167.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.19%
GREEN value IS 80 (31.64% from 255) = 16.88%
BLUE value IS 213 (83.59% from 255) = 44.94%
R=38.19%
G=16.88%
B=44.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181802130.150.6200.16285.5661.2957.45
HexB550D5F3E01011e3d39
Octal26512032517760204367571
Binary101101011010000110101011111111110010000100011110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550D5; }

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

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

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

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

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

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

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

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