#B65EF5

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

Shades of Medium Orchid #B65EF5

Tints of Medium Orchid #B65EF5

Color information

#B65EF5 (or 0xB65EF5) is unknown color: approx Medium Orchid. HEX triplet: B6, 5E and F5. RGB value is (182,94,245). Sum of RGB (Red+Green+Blue) = 182+94+245=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #B65EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65EF5 is #49A10A. Grayscale: #898989. Windows color (decimal): -4825355 or 16080566. OLE color: 16080566.

HSL color Cylindrical-coordinate representation of color #B65EF5: hue angle of 274.97º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65EF5 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18294245-
CMYK0.260.6200.04
HSL274.97º88.3%66.47%-
HSV(B)274.97º61.63%96.08%-
XYZ39.7824.5489.03-
YUV137.53188.65159.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 94 (37.11% from 255) = 18.04%
BLUE value IS 245 (96.09% from 255) = 47.02%
R=34.93%
G=18.04%
B=47.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182942450.260.6200.04274.9788.366.47
HexB65EF51A3E041135842
Octal266136365327604423130102
Binary1011011010111101111010111010111110010010001001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EF5; }

 p { color: rgb(182,94,245); }

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

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

 a { background-color: rgb(182,94,245); }

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

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

 span { border-color: rgb(182,94,245); }

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