#B761F1

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

Shades of Medium Orchid #B761F1

Tints of Medium Orchid #B761F1

Color information

#B761F1 (or 0xB761F1) is unknown color: approx Medium Orchid. HEX triplet: B7, 61 and F1. RGB value is (183,97,241). Sum of RGB (Red+Green+Blue) = 183+97+241=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 97 (38.28% from 255 or 18.62% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #B761F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B761F1 is #489E0E. Grayscale: #8A8A8A. Windows color (decimal): -4759055 or 15819191. OLE color: 15819191.

HSL color Cylindrical-coordinate representation of color #B761F1: hue angle of 275.83º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B761F1 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18397241-
CMYK0.240.6000.05
HSL275.83º83.72%66.27%-
HSV(B)275.83º59.75%94.51%-
XYZ39.6824.9785.95-
YUV139.13185.49159.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 97 (38.28% from 255) = 18.62%
BLUE value IS 241 (94.53% from 255) = 46.26%
R=35.12%
G=18.62%
B=46.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal183972410.240.6000.05275.8383.7266.27
HexB761F1183C051145442
Octal267141361307405424124102
Binary1011011111000011111000111000111100010110001010010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B761F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B761F1; }

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

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

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

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

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

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

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

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