#B466CF

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

Shades of Medium Orchid #B466CF

Tints of Medium Orchid #B466CF

Color information

#B466CF (or 0xB466CF) is unknown color: approx Medium Orchid. HEX triplet: B4, 66 and CF. RGB value is (180,102,207). Sum of RGB (Red+Green+Blue) = 180+102+207=489 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.81% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #B466CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B466CF is #4B9930. Grayscale: #888888. Windows color (decimal): -4954417 or 13592244. OLE color: 13592244.

HSL color Cylindrical-coordinate representation of color #B466CF: hue angle of 284.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B466CF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180102207-
CMYK0.130.5100.19
HSL284.57º52.24%60.59%-
HSV(B)284.57º50.72%81.18%-
XYZ34.8423.7161.77-
YUV137.29167.34158.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.81%
GREEN value IS 102 (40.23% from 255) = 20.86%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=36.81%
G=20.86%
B=42.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801022070.130.5100.19284.5752.2460.59
HexB466CFD3301311d343d
Octal26414631715630234356475
Binary101101001100110110011111101110011010011100011101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B466CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B466CF; }

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

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

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

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

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

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

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

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