#B765E9

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

Shades of Medium Orchid #B765E9

Tints of Medium Orchid #B765E9

Color information

#B765E9 (or 0xB765E9) is unknown color: approx Medium Orchid. HEX triplet: B7, 65 and E9. RGB value is (183,101,233). Sum of RGB (Red+Green+Blue) = 183+101+233=517 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.40% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #B765E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B765E9 is #489A16. Grayscale: #8C8C8C. Windows color (decimal): -4758039 or 15295927. OLE color: 15295927.

HSL color Cylindrical-coordinate representation of color #B765E9: hue angle of 277.27º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B765E9 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB183101233-
CMYK0.210.5700.09
HSL277.27º75%65.49%-
HSV(B)277.27º56.65%91.37%-
XYZ38.8925.2679.92-
YUV140.57180.17158.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.40%
GREEN value IS 101 (39.84% from 255) = 19.54%
BLUE value IS 233 (91.41% from 255) = 45.07%
R=35.40%
G=19.54%
B=45.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1831012330.210.5700.09277.277565.49
HexB765E91539091154b41
Octal2671453512571011425113101
Binary10110111110010111101001101011110010100110001010110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B765E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B765E9; }

 p { color: rgb(183,101,233); }

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

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

 a { background-color: rgb(183,101,233); }

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

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

 span { border-color: rgb(183,101,233); }

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