#B762CF

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

Shades of Medium Orchid #B762CF

Tints of Medium Orchid #B762CF

Color information

#B762CF (or 0xB762CF) is unknown color: approx Medium Orchid. HEX triplet: B7, 62 and CF. RGB value is (183,98,207). Sum of RGB (Red+Green+Blue) = 183+98+207=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #B762CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762CF is #489D30. Grayscale: #878787. Windows color (decimal): -4758833 or 13591223. OLE color: 13591223.

HSL color Cylindrical-coordinate representation of color #B762CF: hue angle of 286.79º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B762CF is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18398207-
CMYK0.120.5300.19
HSL286.79º53.17%59.8%-
HSV(B)286.79º52.66%81.18%-
XYZ35.1623.3161.68-
YUV135.84168.16161.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.5%
GREEN value IS 98 (38.67% from 255) = 20.08%
BLUE value IS 207 (81.25% from 255) = 42.42%
R=37.5%
G=20.08%
B=42.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183982070.120.5300.19286.7953.1759.8
HexB762CFC3501311f353c
Octal26714231714650234376574
Binary101101111100010110011111100110101010011100011111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B762CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B762CF; }

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

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

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

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

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

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

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

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