#B655CA

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

Shades of Medium Orchid #B655CA

Tints of Medium Orchid #B655CA

Color information

#B655CA (or 0xB655CA) is unknown color: approx Medium Orchid. HEX triplet: B6, 55 and CA. RGB value is (182,85,202). Sum of RGB (Red+Green+Blue) = 182+85+202=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 85 (33.59% from 255 or 18.12% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #B655CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B655CA is #49AA35. Grayscale: #7E7E7E. Windows color (decimal): -4827702 or 13260214. OLE color: 13260214.

HSL color Cylindrical-coordinate representation of color #B655CA: hue angle of 289.74º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B655CA is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18285202-
CMYK0.100.5800.21
HSL289.74º52.47%56.27%-
HSV(B)289.74º57.92%79.22%-
XYZ33.220.7158.12-
YUV127.34170.14166.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 85 (33.59% from 255) = 18.12%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=38.81%
G=18.12%
B=43.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182852020.100.5800.21289.7452.4756.27
HexB655CAA3A0151223438
Octal26612531212720254426470
Binary101101101010101110010101010111010010101100100010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B655CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B655CA; }

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

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

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

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

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

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

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

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