#B761E1

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

Shades of Medium Orchid #B761E1

Tints of Medium Orchid #B761E1

Color information

#B761E1 (or 0xB761E1) is unknown color: approx Medium Orchid. HEX triplet: B7, 61 and E1. RGB value is (183,97,225). Sum of RGB (Red+Green+Blue) = 183+97+225=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 225 (88.28% from 255 or 44.55% from 505); Max value from RGB is 225 - color contains mainly: blue. Hex color #B761E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761E1 is #489E1E. Grayscale: #888888. Windows color (decimal): -4759071 or 14770615. OLE color: 14770615.

HSL color Cylindrical-coordinate representation of color #B761E1: hue angle of 280.31º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B761E1 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18397225-
CMYK0.190.5700.12
HSL280.31º68.09%63.14%-
HSV(B)280.31º56.89%88.24%-
XYZ37.3924.0573.91-
YUV137.31177.49160.59-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.24%
GREEN value IS 97 (38.28% from 255) = 19.21%
BLUE value IS 225 (88.28% from 255) = 44.55%
R=36.24%
G=19.21%
B=44.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal183972250.190.5700.12280.3168.0963.14
HexB761E113390C118443f
Octal267141341237101443010477
Binary1011011111000011110000110011111001011001000110001000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B761E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B761E1; }

 p { color: rgb(183,97,225); }

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

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

 a { background-color: rgb(183,97,225); }

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

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

 span { border-color: rgb(183,97,225); }

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