#B65DFE

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

Shades of Medium Orchid #B65DFE

Tints of Medium Orchid #B65DFE

Color information

#B65DFE (or 0xB65DFE) is unknown color: approx Medium Orchid. HEX triplet: B6, 5D and FE. RGB value is (182,93,254). Sum of RGB (Red+Green+Blue) = 182+93+254=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 254 (99.61% from 255 or 48.02% from 529); Max value from RGB is 254 - color contains mainly: blue. Hex color #B65DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65DFE is #49A201. Grayscale: #898989. Windows color (decimal): -4825602 or 16670134. OLE color: 16670134.

HSL color Cylindrical-coordinate representation of color #B65DFE: hue angle of 273.17º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B65DFE is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18293254-
CMYK0.280.6300.00
HSL273.17º98.77%68.04%-
HSV(B)273.17º63.39%99.61%-
XYZ41.124.9396.41-
YUV137.96193.49159.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 93 (36.72% from 255) = 17.58%
BLUE value IS 254 (99.61% from 255) = 48.02%
R=34.40%
G=17.58%
B=48.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal182932540.280.6300.00273.1798.7768.04
HexB65DFE1C3F001116344
Octal266135376347700421143104
Binary10110110101110111111110111001111110010001000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DFE; }

 p { color: rgb(182,93,254); }

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

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

 a { background-color: rgb(182,93,254); }

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

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

 span { border-color: rgb(182,93,254); }

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