#b65ae8

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

Shades of Medium Orchid #B65AE8

Tints of Medium Orchid #B65AE8

Color information

#B65AE8 (or 0xB65AE8) is unknown color: approx Medium Orchid. HEX triplet: B6, 5A and E8. RGB value is (182,90,232). Sum of RGB (Red+Green+Blue) = 182+90+232=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 232 (91.02% from 255 or 46.03% from 504); Max value from RGB is 232 - color contains mainly: blue. Hex color #B65AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65AE8 is #49A517. Grayscale: #858585. Windows color (decimal): -4826392 or 15227574. OLE color: 15227574.

HSL color Cylindrical-coordinate representation of color #B65AE8: hue angle of 278.87º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B65AE8 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18290232-
CMYK0.220.6100.09
HSL278.87º75.53%63.14%-
HSV(B)278.87º61.21%90.98%-
XYZ37.5123.0878.82-
YUV133.7183.48162.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 90 (35.55% from 255) = 17.86%
BLUE value IS 232 (91.02% from 255) = 46.03%
R=36.11%
G=17.86%
B=46.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal182902320.220.6100.09278.8775.5363.14
HexB65AE8163D091174c3f
Octal266132350267501142711477
Binary1011011010110101110100010110111101010011000101111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b65ae8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b65ae8; }

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

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

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

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

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

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

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

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