#B655CC

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

Shades of Medium Orchid #B655CC

Tints of Medium Orchid #B655CC

Color information

#B655CC (or 0xB655CC) is unknown color: approx Medium Orchid. HEX triplet: B6, 55 and CC. RGB value is (182,85,204). Sum of RGB (Red+Green+Blue) = 182+85+204=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #B655CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655CC is #49AA33. Grayscale: #7F7F7F. Windows color (decimal): -4827700 or 13391286. OLE color: 13391286.

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

Color convert

RGB18285204-
CMYK0.110.5800.2
HSL288.91º53.85%56.67%-
HSV(B)288.91º58.33%80%-
XYZ33.4420.859.38-
YUV127.57171.14166.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 85 (33.59% from 255) = 18.05%
BLUE value IS 204 (80.08% from 255) = 43.31%
R=38.64%
G=18.05%
B=43.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182852040.110.5800.2288.9153.8556.67
HexB655CCB3A0141213639
Octal26612531413720244416671
Binary101101101010101110011001011111010010100100100001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655CC; }

 p { color: rgb(182,85,204); }

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

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

 a { background-color: rgb(182,85,204); }

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

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

 span { border-color: rgb(182,85,204); }

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