#B762D7

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

Shades of Medium Orchid #B762D7

Tints of Medium Orchid #B762D7

Color information

#B762D7 (or 0xB762D7) is unknown color: approx Medium Orchid. HEX triplet: B7, 62 and D7. RGB value is (183,98,215). Sum of RGB (Red+Green+Blue) = 183+98+215=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 215 (84.38% from 255 or 43.35% from 496); Max value from RGB is 215 - color contains mainly: blue. Hex color #B762D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762D7 is #489D28. Grayscale: #888888. Windows color (decimal): -4758825 or 14115511. OLE color: 14115511.

HSL color Cylindrical-coordinate representation of color #B762D7: hue angle of 283.59º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B762D7 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18398215-
CMYK0.150.5400.16
HSL283.59º59.39%61.37%-
HSV(B)283.59º54.42%84.31%-
XYZ36.1623.7166.96-
YUV136.75172.16160.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 98 (38.67% from 255) = 19.76%
BLUE value IS 215 (84.38% from 255) = 43.35%
R=36.90%
G=19.76%
B=43.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183982150.150.5400.16283.5959.3961.37
HexB762D7F3601011c3b3d
Octal26714232717660204347375
Binary101101111100010110101111111110110010000100011100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B762D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B762D7; }

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

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

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

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

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

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

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

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