#B55CE9

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

Shades of Medium Orchid #B55CE9

Tints of Medium Orchid #B55CE9

Color information

#B55CE9 (or 0xB55CE9) is unknown color: approx Medium Orchid. HEX triplet: B5, 5C and E9. RGB value is (181,92,233). Sum of RGB (Red+Green+Blue) = 181+92+233=506 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.77% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 233 (91.41% from 255 or 46.05% from 506); Max value from RGB is 233 - color contains mainly: blue. Hex color #B55CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CE9 is #4AA316. Grayscale: #868686. Windows color (decimal): -4891415 or 15293621. OLE color: 15293621.

HSL color Cylindrical-coordinate representation of color #B55CE9: hue angle of 277.87º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B55CE9 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18192233-
CMYK0.220.6100.09
HSL277.87º76.22%63.73%-
HSV(B)277.87º60.52%91.37%-
XYZ37.5923.3679.62-
YUV134.68183.49161.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.77%
GREEN value IS 92 (36.33% from 255) = 18.18%
BLUE value IS 233 (91.41% from 255) = 46.05%
R=35.77%
G=18.18%
B=46.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal181922330.220.6100.09277.8776.2263.73
HexB55CE9163D091164c40
Octal2651343512675011426114100
Binary10110101101110011101001101101111010100110001011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CE9; }

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

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

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

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

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

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

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

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