#B550CA

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

Shades of Medium Orchid #B550CA

Tints of Medium Orchid #B550CA

Color information

#B550CA (or 0xB550CA) is unknown color: approx Medium Orchid. HEX triplet: B5, 50 and CA. RGB value is (181,80,202). Sum of RGB (Red+Green+Blue) = 181+80+202=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #B550CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B550CA is #4AAF35. Grayscale: #7B7B7B. Windows color (decimal): -4894518 or 13258933. OLE color: 13258933.

HSL color Cylindrical-coordinate representation of color #B550CA: hue angle of 289.67º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B550CA is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18180202-
CMYK0.100.6000.21
HSL289.67º53.51%55.29%-
HSV(B)289.67º60.4%79.22%-
XYZ32.5919.8357.99-
YUV124.11171.96168.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.09%
GREEN value IS 80 (31.64% from 255) = 17.28%
BLUE value IS 202 (79.30% from 255) = 43.63%
R=39.09%
G=17.28%
B=43.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181802020.100.6000.21289.6753.5155.29
HexB550CAA3C0151223637
Octal26512031212740254426667
Binary101101011010000110010101010111100010101100100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B550CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B550CA; }

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

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

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

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

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

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

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

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