#B459C4

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

Shades of Medium Orchid #B459C4

Tints of Medium Orchid #B459C4

Color information

#B459C4 (or 0xB459C4) is unknown color: approx Medium Orchid. HEX triplet: B4, 59 and C4. RGB value is (180,89,196). Sum of RGB (Red+Green+Blue) = 180+89+196=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 196 (76.95% from 255 or 42.15% from 465); Max value from RGB is 196 - color contains mainly: blue. Hex color #B459C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B459C4 is #4BA63B. Grayscale: #808080. Windows color (decimal): -4957756 or 12868020. OLE color: 12868020.

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

Color convert

RGB18089196-
CMYK0.080.5500.23
HSL291.03º47.56%55.88%-
HSV(B)291.03º54.59%76.86%-
XYZ32.3620.8354.54-
YUV128.41166.15164.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.71%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 196 (76.95% from 255) = 42.15%
R=38.71%
G=19.14%
B=42.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180891960.080.5500.23291.0347.5655.88
HexB459C48370171233038
Octal26413130410670274436070
Binary101101001011001110001001000110111010111100100011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459C4; }

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

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

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

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

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

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

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

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