#b654cf

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

Shades of Medium Orchid #B654CF

Tints of Medium Orchid #B654CF

Color information

#B654CF (or 0xB654CF) is unknown color: approx Medium Orchid. HEX triplet: B6, 54 and CF. RGB value is (182,84,207). Sum of RGB (Red+Green+Blue) = 182+84+207=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #B654CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B654CF is #49AB30. Grayscale: #7E7E7E. Windows color (decimal): -4827953 or 13587638. OLE color: 13587638.

HSL color Cylindrical-coordinate representation of color #B654CF: hue angle of 287.8º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B654CF is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18284207-
CMYK0.120.5900.19
HSL287.8º56.16%57.06%-
HSV(B)287.8º59.42%81.18%-
XYZ33.7220.7961.27-
YUV127.32172.97167-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 84 (33.20% from 255) = 17.76%
BLUE value IS 207 (81.25% from 255) = 43.76%
R=38.48%
G=17.76%
B=43.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal182842070.120.5900.19287.856.1657.06
HexB654CFC3B0131203839
Octal26612431714730234407071
Binary101101101010100110011111100111011010011100100000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b654cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b654cf; }

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

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

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

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

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

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

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

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