#B55CF9

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

Shades of Medium Orchid #B55CF9

Tints of Medium Orchid #B55CF9

Color information

#B55CF9 (or 0xB55CF9) is unknown color: approx Medium Orchid. HEX triplet: B5, 5C and F9. RGB value is (181,92,249). Sum of RGB (Red+Green+Blue) = 181+92+249=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 92 (36.33% from 255 or 17.62% from 522); Blue value is 249 (97.66% from 255 or 47.70% from 522); Max value from RGB is 249 - color contains mainly: blue. Hex color #B55CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55CF9 is #4AA306. Grayscale: #878787. Windows color (decimal): -4891399 or 16342197. OLE color: 16342197.

HSL color Cylindrical-coordinate representation of color #B55CF9: hue angle of 274.01º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B55CF9 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18192249-
CMYK0.270.6300.02
HSL274.01º92.9%66.86%-
HSV(B)274.01º63.05%97.65%-
XYZ39.9824.3292.21-
YUV136.51191.49159.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 92 (36.33% from 255) = 17.62%
BLUE value IS 249 (97.66% from 255) = 47.70%
R=34.67%
G=17.62%
B=47.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181922490.270.6300.02274.0192.966.86
HexB55CF91B3F021125d43
Octal265134371337702422135103
Binary101101011011100111110011101111111101010001001010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CF9; }

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

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

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

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

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

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

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

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