#B654CD

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

Shades of Medium Orchid #B654CD

Tints of Medium Orchid #B654CD

Color information

#B654CD (or 0xB654CD) is unknown color: approx Medium Orchid. HEX triplet: B6, 54 and CD. RGB value is (182,84,205). Sum of RGB (Red+Green+Blue) = 182+84+205=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #B654CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654CD is #49AB32. Grayscale: #7E7E7E. Windows color (decimal): -4827955 or 13456566. OLE color: 13456566.

HSL color Cylindrical-coordinate representation of color #B654CD: hue angle of 288.6º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B654CD is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18284205-
CMYK0.110.5900.20
HSL288.6º54.75%56.67%-
HSV(B)288.6º59.02%80.39%-
XYZ33.4820.6959.99-
YUV127.1171.97167.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 84 (33.20% from 255) = 17.83%
BLUE value IS 205 (80.47% from 255) = 43.52%
R=38.64%
G=17.83%
B=43.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182842050.110.5900.20288.654.7556.67
HexB654CDB3B0141213739
Octal26612431513730244416771
Binary101101101010100110011011011111011010100100100001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B654CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B654CD; }

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

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

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

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

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

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

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

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