#B65EC8

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

Shades of Medium Orchid #B65EC8

Tints of Medium Orchid #B65EC8

Color information

#B65EC8 (or 0xB65EC8) is unknown color: approx Medium Orchid. HEX triplet: B6, 5E and C8. RGB value is (182,94,200). Sum of RGB (Red+Green+Blue) = 182+94+200=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #B65EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65EC8 is #49A137. Grayscale: #848484. Windows color (decimal): -4825400 or 13131446. OLE color: 13131446.

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

Color convert

RGB18294200-
CMYK0.090.5300.22
HSL289.81º49.07%57.65%-
HSV(B)289.81º53%78.43%-
XYZ33.7222.1257.14-
YUV132.4166.15163.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 94 (37.11% from 255) = 19.75%
BLUE value IS 200 (78.52% from 255) = 42.02%
R=38.24%
G=19.75%
B=42.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182942000.090.5300.22289.8149.0757.65
HexB65EC8935016122313a
Octal26613631011650264426172
Binary101101101011110110010001001110101010110100100010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EC8; }

 p { color: rgb(182,94,200); }

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

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

 a { background-color: rgb(182,94,200); }

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

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

 span { border-color: rgb(182,94,200); }

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