#B55CE4

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

Shades of Medium Orchid #B55CE4

Tints of Medium Orchid #B55CE4

Color information

#B55CE4 (or 0xB55CE4) is unknown color: approx Medium Orchid. HEX triplet: B5, 5C and E4. RGB value is (181,92,228). Sum of RGB (Red+Green+Blue) = 181+92+228=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 228 (89.45% from 255 or 45.51% from 501); Max value from RGB is 228 - color contains mainly: blue. Hex color #B55CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B55CE4 is #4AA31B. Grayscale: #858585. Windows color (decimal): -4891420 or 14965941. OLE color: 14965941.

HSL color Cylindrical-coordinate representation of color #B55CE4: hue angle of 279.26º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B55CE4 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18192228-
CMYK0.210.6000.11
HSL279.26º71.58%62.75%-
HSV(B)279.26º59.65%89.41%-
XYZ36.8923.0875.91-
YUV134.11180.99161.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 92 (36.33% from 255) = 18.36%
BLUE value IS 228 (89.45% from 255) = 45.51%
R=36.13%
G=18.36%
B=45.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181922280.210.6000.11279.2671.5862.75
HexB55CE4153C0B117483f
Octal265134344257401342711077
Binary1011010110111001110010010101111100010111000101111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55CE4; }

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

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

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

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

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

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

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

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