#B761FA

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

Shades of Medium Orchid #B761FA

Tints of Medium Orchid #B761FA

Color information

#B761FA (or 0xB761FA) is unknown color: approx Medium Orchid. HEX triplet: B7, 61 and FA. RGB value is (183,97,250). Sum of RGB (Red+Green+Blue) = 183+97+250=530 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.53% from 530); Green value is 97 (38.28% from 255 or 18.30% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #B761FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B761FA is #489E05. Grayscale: #8B8B8B. Windows color (decimal): -4759046 or 16409015. OLE color: 16409015.

HSL color Cylindrical-coordinate representation of color #B761FA: hue angle of 273.73º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B761FA is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18397250-
CMYK0.270.6100.02
HSL273.73º93.87%68.04%-
HSV(B)273.73º61.2%98.04%-
XYZ41.0625.5293.2-
YUV140.16189.99158.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.53%
GREEN value IS 97 (38.28% from 255) = 18.30%
BLUE value IS 250 (98.05% from 255) = 47.17%
R=34.53%
G=18.30%
B=47.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal183972500.270.6100.02273.7393.8768.04
HexB761FA1B3D021125e44
Octal267141372337502422136104
Binary101101111100001111110101101111110101010001001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B761FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B761FA; }

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

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

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

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

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

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

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

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