#B74AC8

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

Shades of Medium Orchid #B74AC8

Tints of Medium Orchid #B74AC8

Color information

#B74AC8 (or 0xB74AC8) is unknown color: approx Medium Orchid. HEX triplet: B7, 4A and C8. RGB value is (183,74,200). Sum of RGB (Red+Green+Blue) = 183+74+200=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 74 (29.30% from 255 or 16.19% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 200 - color contains mainly: blue. Hex color #B74AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74AC8 is #48B537. Grayscale: #787878. Windows color (decimal): -4764984 or 13126327. OLE color: 13126327.

HSL color Cylindrical-coordinate representation of color #B74AC8: hue angle of 291.9º 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 #B74AC8 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18374200-
CMYK0.080.6300.22
HSL291.9º53.39%53.73%-
HSV(B)291.9º63%78.43%-
XYZ32.419.1356.63-
YUV120.96172.61172.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 74 (29.30% from 255) = 16.19%
BLUE value IS 200 (78.52% from 255) = 43.76%
R=40.04%
G=16.19%
B=43.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183742000.080.6300.22291.953.3953.73
HexB74AC883F0161243536
Octal26711231010770264446566
Binary101101111001010110010001000111111010110100100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74AC8; }

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

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

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

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

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

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

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

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