#b554e6

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

Shades of Medium Orchid #B554E6

Tints of Medium Orchid #B554E6

Color information

#B554E6 (or 0xB554E6) is unknown color: approx Medium Orchid. HEX triplet: B5, 54 and E6. RGB value is (181,84,230). Sum of RGB (Red+Green+Blue) = 181+84+230=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #B554E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B554E6 is #4AAB19. Grayscale: #818181. Windows color (decimal): -4893466 or 15094965. OLE color: 15094965.

HSL color Cylindrical-coordinate representation of color #B554E6: hue angle of 279.86º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B554E6 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18184230-
CMYK0.210.6300.10
HSL279.86º74.49%61.57%-
HSV(B)279.86º63.48%90.2%-
XYZ36.5121.8877.16-
YUV129.65184.64164.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 84 (33.20% from 255) = 16.97%
BLUE value IS 230 (90.23% from 255) = 46.46%
R=36.57%
G=16.97%
B=46.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal181842300.210.6300.10279.8674.4961.57
HexB554E6153F0A1184a3e
Octal265124346257701243011276
Binary1011010110101001110011010101111111010101000110001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b554e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b554e6; }

 p { color: rgb(181,84,230); }

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

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

 a { background-color: rgb(181,84,230); }

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

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

 span { border-color: rgb(181,84,230); }

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