#B065E3

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

Shades of Medium Orchid #B065E3

Tints of Medium Orchid #B065E3

Color information

#B065E3 (or 0xB065E3) is unknown color: approx Medium Orchid. HEX triplet: B0, 65 and E3. RGB value is (176,101,227). Sum of RGB (Red+Green+Blue) = 176+101+227=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 227 (89.06% from 255 or 45.04% from 504); Max value from RGB is 227 - color contains mainly: blue. Hex color #B065E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065E3 is #4F9A1C. Grayscale: #898989. Windows color (decimal): -5216797 or 14902704. OLE color: 14902704.

HSL color Cylindrical-coordinate representation of color #B065E3: hue angle of 275.71º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B065E3 is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB176101227-
CMYK0.220.5600.11
HSL275.71º69.23%64.31%-
HSV(B)275.71º55.51%89.02%-
XYZ36.4224.0875.4-
YUV137.79178.35155.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 101 (39.84% from 255) = 20.04%
BLUE value IS 227 (89.06% from 255) = 45.04%
R=34.92%
G=20.04%
B=45.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1761012270.220.5600.11275.7169.2364.31
HexB065E316380B1144540
Octal2601453432670013424105100
Binary10110000110010111100011101101110000101110001010010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065E3; }

 p { color: rgb(176,101,227); }

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

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

 a { background-color: rgb(176,101,227); }

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

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

 span { border-color: rgb(176,101,227); }

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