#B466C3

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

Shades of Medium Orchid #B466C3

Tints of Medium Orchid #B466C3

Color information

#B466C3 (or 0xB466C3) is unknown color: approx Medium Orchid. HEX triplet: B4, 66 and C3. RGB value is (180,102,195). Sum of RGB (Red+Green+Blue) = 180+102+195=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 195 (76.56% from 255 or 40.88% from 477); Max value from RGB is 195 - color contains mainly: blue. Hex color #B466C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466C3 is #4B993C. Grayscale: #878787. Windows color (decimal): -4954429 or 12805812. OLE color: 12805812.

HSL color Cylindrical-coordinate representation of color #B466C3: hue angle of 290.32º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B466C3 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180102195-
CMYK0.080.4800.24
HSL290.32º43.66%58.24%-
HSV(B)290.32º47.69%76.47%-
XYZ33.4223.1554.34-
YUV135.92161.34159.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 102 (40.23% from 255) = 21.38%
BLUE value IS 195 (76.56% from 255) = 40.88%
R=37.74%
G=21.38%
B=40.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801021950.080.4800.24290.3243.6658.24
HexB466C38300181222c3a
Octal26414630310600304425472
Binary101101001100110110000111000110000011000100100010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466C3; }

 p { color: rgb(180,102,195); }

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

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

 a { background-color: rgb(180,102,195); }

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

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

 span { border-color: rgb(180,102,195); }

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