#B762F0

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

Shades of Medium Orchid #B762F0

Tints of Medium Orchid #B762F0

Color information

#B762F0 (or 0xB762F0) is unknown color: approx Medium Orchid. HEX triplet: B7, 62 and F0. RGB value is (183,98,240). Sum of RGB (Red+Green+Blue) = 183+98+240=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 98 (38.67% from 255 or 18.81% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #B762F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B762F0 is #489D0F. Grayscale: #8B8B8B. Windows color (decimal): -4758800 or 15753911. OLE color: 15753911.

HSL color Cylindrical-coordinate representation of color #B762F0: hue angle of 275.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B762F0 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18398240-
CMYK0.240.5900.06
HSL275.92º82.56%66.27%-
HSV(B)275.92º59.17%94.12%-
XYZ39.6225.0985.19-
YUV139.6184.66158.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 98 (38.67% from 255) = 18.81%
BLUE value IS 240 (94.14% from 255) = 46.07%
R=35.12%
G=18.81%
B=46.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal183982400.240.5900.06275.9282.5666.27
HexB762F0183B061145342
Octal267142360307306424123102
Binary1011011111000101111000011000111011011010001010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B762F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B762F0; }

 p { color: rgb(183,98,240); }

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

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

 a { background-color: rgb(183,98,240); }

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

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

 span { border-color: rgb(183,98,240); }

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