#B552DA

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

Shades of Medium Orchid #B552DA

Tints of Medium Orchid #B552DA

Color information

#B552DA (or 0xB552DA) is unknown color: approx Medium Orchid. HEX triplet: B5, 52 and DA. RGB value is (181,82,218). Sum of RGB (Red+Green+Blue) = 181+82+218=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #B552DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B552DA is #4AAD25. Grayscale: #7E7E7E. Windows color (decimal): -4893990 or 14308021. OLE color: 14308021.

HSL color Cylindrical-coordinate representation of color #B552DA: hue angle of 283.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B552DA is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18182218-
CMYK0.170.6200.15
HSL283.68º64.76%58.82%-
HSV(B)283.68º62.39%85.49%-
XYZ34.7320.9268.54-
YUV127.1179.3166.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 82 (32.42% from 255) = 17.05%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=37.63%
G=17.05%
B=45.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181822180.170.6200.15283.6864.7658.82
HexB552DA113E0F11c413b
Octal265122332217601743410173
Binary1011010110100101101101010001111110011111000111001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B552DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B552DA; }

 p { color: rgb(181,82,218); }

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

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

 a { background-color: rgb(181,82,218); }

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

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

 span { border-color: rgb(181,82,218); }

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