#B65AC8

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

Shades of Medium Orchid #B65AC8

Tints of Medium Orchid #B65AC8

Color information

#B65AC8 (or 0xB65AC8) is unknown color: approx Medium Orchid. HEX triplet: B6, 5A and C8. RGB value is (182,90,200). Sum of RGB (Red+Green+Blue) = 182+90+200=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #B65AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65AC8 is #49A537. Grayscale: #818181. Windows color (decimal): -4826424 or 13130422. OLE color: 13130422.

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

Color convert

RGB18290200-
CMYK0.090.5500.22
HSL290.18º50%56.86%-
HSV(B)290.18º55%78.43%-
XYZ33.3721.4357.02-
YUV130.05167.48165.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 90 (35.55% from 255) = 19.07%
BLUE value IS 200 (78.52% from 255) = 42.37%
R=38.56%
G=19.07%
B=42.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182902000.090.5500.22290.185056.86
HexB65AC89370161223239
Octal26613231011670264426271
Binary101101101011010110010001001110111010110100100010110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65AC8; }

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

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

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

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

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

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

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

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