#B654C6

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

Shades of Medium Orchid #B654C6

Tints of Medium Orchid #B654C6

Color information

#B654C6 (or 0xB654C6) is unknown color: approx Medium Orchid. HEX triplet: B6, 54 and C6. RGB value is (182,84,198). Sum of RGB (Red+Green+Blue) = 182+84+198=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 84 (33.20% from 255 or 18.10% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #B654C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654C6 is #49AB39. Grayscale: #7D7D7D. Windows color (decimal): -4827962 or 12997814. OLE color: 12997814.

HSL color Cylindrical-coordinate representation of color #B654C6: hue angle of 291.58º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B654C6 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18284198-
CMYK0.080.5800.22
HSL291.58º50%55.29%-
HSV(B)291.58º57.58%77.65%-
XYZ32.6520.3655.64-
YUV126.3168.47167.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.22%
GREEN value IS 84 (33.20% from 255) = 18.10%
BLUE value IS 198 (77.73% from 255) = 42.67%
R=39.22%
G=18.10%
B=42.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182841980.080.5800.22291.585055.29
HexB654C683A0161243237
Octal26612430610720264446267
Binary101101101010100110001101000111010010110100100100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B654C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B654C6; }

 p { color: rgb(182,84,198); }

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

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

 a { background-color: rgb(182,84,198); }

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

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

 span { border-color: rgb(182,84,198); }

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