#B74ACA

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

Shades of Medium Orchid #B74ACA

Tints of Medium Orchid #B74ACA

Color information

#B74ACA (or 0xB74ACA) is unknown color: approx Medium Orchid. HEX triplet: B7, 4A and CA. RGB value is (183,74,202). Sum of RGB (Red+Green+Blue) = 183+74+202=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #B74ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ACA is #48B535. Grayscale: #787878. Windows color (decimal): -4764982 or 13257399. OLE color: 13257399.

HSL color Cylindrical-coordinate representation of color #B74ACA: hue angle of 291.09º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74ACA is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18374202-
CMYK0.090.6300.21
HSL291.09º54.7%54.12%-
HSV(B)291.09º63.37%79.22%-
XYZ32.6419.2357.87-
YUV121.18173.61172.09-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 74 (29.30% from 255) = 16.12%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=39.87%
G=16.12%
B=44.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183742020.090.6300.21291.0954.754.12
HexB74ACA93F0151233736
Octal26711231211770254436766
Binary101101111001010110010101001111111010101100100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74ACA; }

 p { color: rgb(183,74,202); }

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

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

 a { background-color: rgb(183,74,202); }

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

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

 span { border-color: rgb(183,74,202); }

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