#B762F3

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

Shades of Medium Orchid #B762F3

Tints of Medium Orchid #B762F3

Color information

#B762F3 (or 0xB762F3) is unknown color: approx Medium Orchid. HEX triplet: B7, 62 and F3. RGB value is (183,98,243). Sum of RGB (Red+Green+Blue) = 183+98+243=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 243 (95.31% from 255 or 46.37% from 524); Max value from RGB is 243 - color contains mainly: blue. Hex color #B762F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B762F3 is #489D0C. Grayscale: #8B8B8B. Windows color (decimal): -4758797 or 15950519. OLE color: 15950519.

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

Color convert

RGB18398243-
CMYK0.250.6000.05
HSL275.17º85.8%66.86%-
HSV(B)275.17º59.67%95.29%-
XYZ40.0725.2787.56-
YUV139.94186.16158.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 98 (38.67% from 255) = 18.70%
BLUE value IS 243 (95.31% from 255) = 46.37%
R=34.92%
G=18.70%
B=46.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal183982430.250.6000.05275.1785.866.86
HexB762F3193C051135643
Octal267142363317405423126103
Binary1011011111000101111001111001111100010110001001110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B762F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B762F3; }

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

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

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

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

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

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

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

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