#B55CD8

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

Shades of Medium Orchid #B55CD8

Tints of Medium Orchid #B55CD8

Color information

#B55CD8 (or 0xB55CD8) is unknown color: approx Medium Orchid. HEX triplet: B5, 5C and D8. RGB value is (181,92,216). Sum of RGB (Red+Green+Blue) = 181+92+216=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 92 (36.33% from 255 or 18.81% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #B55CD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CD8 is #4AA327. Grayscale: #848484. Windows color (decimal): -4891432 or 14179509. OLE color: 14179509.

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

Color convert

RGB18192216-
CMYK0.160.5700.15
HSL283.06º61.39%60.39%-
HSV(B)283.06º57.41%84.71%-
XYZ35.2822.4467.44-
YUV132.75174.99162.42-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 92 (36.33% from 255) = 18.81%
BLUE value IS 216 (84.77% from 255) = 44.17%
R=37.01%
G=18.81%
B=44.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181922160.160.5700.15283.0661.3960.39
HexB55CD810390F11b3d3c
Octal26513433020710174337574
Binary101101011011100110110001000011100101111100011011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CD8; }

 p { color: rgb(181,92,216); }

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

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

 a { background-color: rgb(181,92,216); }

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

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

 span { border-color: rgb(181,92,216); }

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