#B765DC

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

Shades of Medium Orchid #B765DC

Tints of Medium Orchid #B765DC

Color information

#B765DC (or 0xB765DC) is unknown color: approx Medium Orchid. HEX triplet: B7, 65 and DC. RGB value is (183,101,220). Sum of RGB (Red+Green+Blue) = 183+101+220=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 101 (39.84% from 255 or 20.04% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #B765DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B765DC is #489A23. Grayscale: #8A8A8A. Windows color (decimal): -4758052 or 14443959. OLE color: 14443959.

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

Color convert

RGB183101220-
CMYK0.170.5400.14
HSL281.34º62.96%62.94%-
HSV(B)281.34º54.09%86.27%-
XYZ37.124.5470.49-
YUV139.08173.67159.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.31%
GREEN value IS 101 (39.84% from 255) = 20.04%
BLUE value IS 220 (86.33% from 255) = 43.65%
R=36.31%
G=20.04%
B=43.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831012200.170.5400.14281.3462.9662.94
HexB765DC11360E1193f3f
Octal26714533421660164317777
Binary101101111100101110111001000111011001110100011001111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B765DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B765DC; }

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

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

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

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

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

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

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

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