#B55FCF

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

Shades of Medium Orchid #B55FCF

Tints of Medium Orchid #B55FCF

Color information

#B55FCF (or 0xB55FCF) is unknown color: approx Medium Orchid. HEX triplet: B5, 5F and CF. RGB value is (181,95,207). Sum of RGB (Red+Green+Blue) = 181+95+207=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #B55FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FCF is #4AA030. Grayscale: #858585. Windows color (decimal): -4890673 or 13590453. OLE color: 13590453.

HSL color Cylindrical-coordinate representation of color #B55FCF: hue angle of 286.07º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B55FCF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18195207-
CMYK0.130.5400.19
HSL286.07º53.85%59.22%-
HSV(B)286.07º54.11%81.18%-
XYZ34.4122.5161.56-
YUV133.48169.49161.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.47%
GREEN value IS 95 (37.5% from 255) = 19.67%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=37.47%
G=19.67%
B=42.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181952070.130.5400.19286.0753.8559.22
HexB55FCFD3601311e363b
Octal26513731715660234366673
Binary101101011011111110011111101110110010011100011110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55FCF; }

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

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

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

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

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

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

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

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