#B55FF7

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

Shades of Medium Orchid #B55FF7

Tints of Medium Orchid #B55FF7

Color information

#B55FF7 (or 0xB55FF7) is unknown color: approx Medium Orchid. HEX triplet: B5, 5F and F7. RGB value is (181,95,247). Sum of RGB (Red+Green+Blue) = 181+95+247=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 95 (37.5% from 255 or 18.16% from 523); Blue value is 247 (96.88% from 255 or 47.23% from 523); Max value from RGB is 247 - color contains mainly: blue. Hex color #B55FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B55FF7 is #4AA008. Grayscale: #898989. Windows color (decimal): -4890633 or 16211893. OLE color: 16211893.

HSL color Cylindrical-coordinate representation of color #B55FF7: hue angle of 273.95º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B55FF7 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18195247-
CMYK0.270.6200.03
HSL273.95º90.48%67.06%-
HSV(B)273.95º61.54%96.86%-
XYZ39.9424.7290.66-
YUV138.04189.49158.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.61%
GREEN value IS 95 (37.5% from 255) = 18.16%
BLUE value IS 247 (96.88% from 255) = 47.23%
R=34.61%
G=18.16%
B=47.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal181952470.270.6200.03273.9590.4867.06
HexB55FF71B3E031125a43
Octal265137367337603422132103
Binary101101011011111111101111101111111001110001001010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55FF7; }

 p { color: rgb(181,95,247); }

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

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

 a { background-color: rgb(181,95,247); }

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

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

 span { border-color: rgb(181,95,247); }

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