#B04AC7

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

Shades of Medium Orchid #B04AC7

Tints of Medium Orchid #B04AC7

Color information

#B04AC7 (or 0xB04AC7) is unknown color: approx Medium Orchid. HEX triplet: B0, 4A and C7. RGB value is (176,74,199). Sum of RGB (Red+Green+Blue) = 176+74+199=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 199 - color contains mainly: blue. Hex color #B04AC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B04AC7 is #4FB538. Grayscale: #767676. Windows color (decimal): -5223737 or 13060784. OLE color: 13060784.

HSL color Cylindrical-coordinate representation of color #B04AC7: hue angle of 288.96º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B04AC7 is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17674199-
CMYK0.120.6300.22
HSL288.96º52.74%53.53%-
HSV(B)288.96º62.81%78.04%-
XYZ30.6618.2555.94-
YUV118.75173.29168.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.20%
GREEN value IS 74 (29.30% from 255) = 16.48%
BLUE value IS 199 (78.12% from 255) = 44.32%
R=39.20%
G=16.48%
B=44.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176741990.120.6300.22288.9652.7453.53
HexB04AC7C3F0161213536
Octal26011230714770264416566
Binary101100001001010110001111100111111010110100100001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04AC7; }

 p { color: rgb(176,74,199); }

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

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

 a { background-color: rgb(176,74,199); }

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

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

 span { border-color: rgb(176,74,199); }

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