#B55AEF

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

Shades of Medium Orchid #B55AEF

Tints of Medium Orchid #B55AEF

Color information

#B55AEF (or 0xB55AEF) is unknown color: approx Medium Orchid. HEX triplet: B5, 5A and EF. RGB value is (181,90,239). Sum of RGB (Red+Green+Blue) = 181+90+239=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 90 (35.55% from 255 or 17.65% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #B55AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55AEF is #4AA510. Grayscale: #858585. Windows color (decimal): -4891921 or 15686325. OLE color: 15686325.

HSL color Cylindrical-coordinate representation of color #B55AEF: hue angle of 276.64º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55AEF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18190239-
CMYK0.240.6200.06
HSL276.64º82.32%64.51%-
HSV(B)276.64º62.34%93.73%-
XYZ38.2923.3784.15-
YUV134.2187.15161.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 90 (35.55% from 255) = 17.65%
BLUE value IS 239 (93.75% from 255) = 46.86%
R=35.49%
G=17.65%
B=46.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal181902390.240.6200.06276.6482.3264.51
HexB55AEF183E061155241
Octal265132357307606425122101
Binary1011010110110101110111111000111110011010001010110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55AEF; }

 p { color: rgb(181,90,239); }

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

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

 a { background-color: rgb(181,90,239); }

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

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

 span { border-color: rgb(181,90,239); }

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