#B762DC

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

Shades of Medium Orchid #B762DC

Tints of Medium Orchid #B762DC

Color information

#B762DC (or 0xB762DC) is unknown color: approx Medium Orchid. HEX triplet: B7, 62 and DC. RGB value is (183,98,220). Sum of RGB (Red+Green+Blue) = 183+98+220=501 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.53% from 501); Green value is 98 (38.67% from 255 or 19.56% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #B762DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B762DC is #489D23. Grayscale: #888888. Windows color (decimal): -4758820 or 14443191. OLE color: 14443191.

HSL color Cylindrical-coordinate representation of color #B762DC: hue angle of 281.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B762DC is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18398220-
CMYK0.170.5500.14
HSL281.8º63.54%62.35%-
HSV(B)281.8º55.45%86.27%-
XYZ36.8123.9770.4-
YUV137.32174.66160.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.53%
GREEN value IS 98 (38.67% from 255) = 19.56%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=36.53%
G=19.56%
B=43.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal183982200.170.5500.14281.863.5462.35
HexB762DC11370E11a403e
Octal267142334216701643210076
Binary1011011111000101101110010001110111011101000110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B762DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B762DC; }

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

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

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

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

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

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

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

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