#B461C4

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

Shades of Medium Orchid #B461C4

Tints of Medium Orchid #B461C4

Color information

#B461C4 (or 0xB461C4) is unknown color: approx Medium Orchid. HEX triplet: B4, 61 and C4. RGB value is (180,97,196). Sum of RGB (Red+Green+Blue) = 180+97+196=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #B461C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B461C4 is #4B9E3B. Grayscale: #848484. Windows color (decimal): -4955708 or 12870068. OLE color: 12870068.

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

Color convert

RGB18097196-
CMYK0.080.5100.23
HSL290.3º45.62%57.45%-
HSV(B)290.3º50.51%76.86%-
XYZ33.0622.2454.77-
YUV133.1163.5161.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=38.05%
G=20.51%
B=41.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180971960.080.5100.23290.345.6257.45
HexB461C48330171222e39
Octal26414130410630274425671
Binary101101001100001110001001000110011010111100100010101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B461C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B461C4; }

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

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

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

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

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

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

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

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