#B65AC9

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

Shades of Medium Orchid #B65AC9

Tints of Medium Orchid #B65AC9

Color information

#B65AC9 (or 0xB65AC9) is unknown color: approx Medium Orchid. HEX triplet: B6, 5A and C9. RGB value is (182,90,201). Sum of RGB (Red+Green+Blue) = 182+90+201=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #B65AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65AC9 is #49A536. Grayscale: #818181. Windows color (decimal): -4826423 or 13195958. OLE color: 13195958.

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

Color convert

RGB18290201-
CMYK0.090.5500.21
HSL289.73º50.68%57.06%-
HSV(B)289.73º55.22%78.82%-
XYZ33.4921.4757.64-
YUV130.16167.98164.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.48%
GREEN value IS 90 (35.55% from 255) = 19.03%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=38.48%
G=19.03%
B=42.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182902010.090.5500.21289.7350.6857.06
HexB65AC99370151223339
Octal26613231111670254426371
Binary101101101011010110010011001110111010101100100010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65AC9; }

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

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

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

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

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

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

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

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