#B065CD

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

Shades of Medium Orchid #B065CD

Tints of Medium Orchid #B065CD

Color information

#B065CD (or 0xB065CD) is unknown color: approx Medium Orchid. HEX triplet: B0, 65 and CD. RGB value is (176,101,205). Sum of RGB (Red+Green+Blue) = 176+101+205=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #B065CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B065CD is #4F9A32. Grayscale: #868686. Windows color (decimal): -5216819 or 13460912. OLE color: 13460912.

HSL color Cylindrical-coordinate representation of color #B065CD: hue angle of 283.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B065CD is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176101205-
CMYK0.140.5100.20
HSL283.27º50.98%60%-
HSV(B)283.27º50.73%80.39%-
XYZ33.5822.9560.42-
YUV135.28167.35157.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.51%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=36.51%
G=20.95%
B=42.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761012050.140.5100.20283.2750.9860
HexB065CDE3301411b333c
Octal26014531516630244336374
Binary101100001100101110011011110110011010100100011011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065CD; }

 p { color: rgb(176,101,205); }

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

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

 a { background-color: rgb(176,101,205); }

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

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

 span { border-color: rgb(176,101,205); }

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