#B464C4

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

Shades of Medium Orchid #B464C4

Tints of Medium Orchid #B464C4

Color information

#B464C4 (or 0xB464C4) is unknown color: approx Medium Orchid. HEX triplet: B4, 64 and C4. RGB value is (180,100,196). Sum of RGB (Red+Green+Blue) = 180+100+196=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 196 (76.95% from 255 or 41.18% from 476); Max value from RGB is 196 - color contains mainly: blue. Hex color #B464C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B464C4 is #4B9B3B. Grayscale: #868686. Windows color (decimal): -4954940 or 12870836. OLE color: 12870836.

HSL color Cylindrical-coordinate representation of color #B464C4: hue angle of 290º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B464C4 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB180100196-
CMYK0.080.4900.23
HSL290º44.86%58.04%-
HSV(B)290º48.98%76.86%-
XYZ33.3422.854.87-
YUV134.86162.5160.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 196 (76.95% from 255) = 41.18%
R=37.82%
G=21.01%
B=41.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1801001960.080.4900.2329044.8658.04
HexB464C48310171222d3a
Octal26414430410610274425572
Binary101101001100100110001001000110001010111100100010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B464C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B464C4; }

 p { color: rgb(180,100,196); }

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

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

 a { background-color: rgb(180,100,196); }

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

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

 span { border-color: rgb(180,100,196); }

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