#B760FA

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

Shades of Medium Orchid #B760FA

Tints of Medium Orchid #B760FA

Color information

#B760FA (or 0xB760FA) is unknown color: approx Medium Orchid. HEX triplet: B7, 60 and FA. RGB value is (183,96,250). Sum of RGB (Red+Green+Blue) = 183+96+250=529 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.59% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #B760FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B760FA is #489F05. Grayscale: #8B8B8B. Windows color (decimal): -4759302 or 16408759. OLE color: 16408759.

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

Color convert

RGB18396250-
CMYK0.270.6200.02
HSL273.9º93.9%67.84%-
HSV(B)273.9º61.6%98.04%-
XYZ40.9725.3493.17-
YUV139.57190.32158.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.59%
GREEN value IS 96 (37.89% from 255) = 18.15%
BLUE value IS 250 (98.05% from 255) = 47.26%
R=34.59%
G=18.15%
B=47.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal183962500.270.6200.02273.993.967.84
HexB760FA1B3E021125e44
Octal267140372337602422136104
Binary101101111100000111110101101111111001010001001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760FA; }

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

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

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

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

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

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

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

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