#B55FC4

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

Shades of Medium Orchid #B55FC4

Tints of Medium Orchid #B55FC4

Color information

#B55FC4 (or 0xB55FC4) is unknown color: approx Medium Orchid. HEX triplet: B5, 5F and C4. RGB value is (181,95,196). Sum of RGB (Red+Green+Blue) = 181+95+196=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 196 - color contains mainly: blue. Hex color #B55FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55FC4 is #4AA03B. Grayscale: #838383. Windows color (decimal): -4890684 or 12869557. OLE color: 12869557.

HSL color Cylindrical-coordinate representation of color #B55FC4: hue angle of 291.09º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B55FC4 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18195196-
CMYK0.080.5200.23
HSL291.09º46.12%57.06%-
HSV(B)291.09º51.53%76.86%-
XYZ33.1121.9954.72-
YUV132.23163.99162.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 95 (37.5% from 255) = 20.13%
BLUE value IS 196 (76.95% from 255) = 41.53%
R=38.35%
G=20.13%
B=41.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal181951960.080.5200.23291.0946.1257.06
HexB55FC48340171232e39
Octal26513730410640274435671
Binary101101011011111110001001000110100010111100100011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55FC4; }

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

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

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

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

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

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

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

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