#B65CF9

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

Shades of Medium Orchid #B65CF9

Tints of Medium Orchid #B65CF9

Color information

#B65CF9 (or 0xB65CF9) is unknown color: approx Medium Orchid. HEX triplet: B6, 5C and F9. RGB value is (182,92,249). Sum of RGB (Red+Green+Blue) = 182+92+249=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 92 (36.33% from 255 or 17.59% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #B65CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65CF9 is #49A306. Grayscale: #888888. Windows color (decimal): -4825863 or 16342198. OLE color: 16342198.

HSL color Cylindrical-coordinate representation of color #B65CF9: hue angle of 274.39º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B65CF9 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18292249-
CMYK0.270.6300.02
HSL274.39º92.9%66.86%-
HSV(B)274.39º63.05%97.65%-
XYZ40.2224.4492.22-
YUV136.81191.32160.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.80%
GREEN value IS 92 (36.33% from 255) = 17.59%
BLUE value IS 249 (97.66% from 255) = 47.61%
R=34.80%
G=17.59%
B=47.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal182922490.270.6300.02274.3992.966.86
HexB65CF91B3F021125d43
Octal266134371337702422135103
Binary101101101011100111110011101111111101010001001010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CF9; }

 p { color: rgb(182,92,249); }

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

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

 a { background-color: rgb(182,92,249); }

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

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

 span { border-color: rgb(182,92,249); }

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