#B74EC7

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

Shades of Medium Orchid #B74EC7

Tints of Medium Orchid #B74EC7

Color information

#B74EC7 (or 0xB74EC7) is unknown color: approx Medium Orchid. HEX triplet: B7, 4E and C7. RGB value is (183,78,199). Sum of RGB (Red+Green+Blue) = 183+78+199=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 199 (78.12% from 255 or 43.26% from 460); Max value from RGB is 199 - color contains mainly: blue. Hex color #B74EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74EC7 is #48B138. Grayscale: #7A7A7A. Windows color (decimal): -4763961 or 13061815. OLE color: 13061815.

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

Color convert

RGB18378199-
CMYK0.080.6100.22
HSL292.07º51.93%54.31%-
HSV(B)292.07º60.8%78.04%-
XYZ32.5619.6456.11-
YUV123.19170.79170.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 78 (30.86% from 255) = 16.96%
BLUE value IS 199 (78.12% from 255) = 43.26%
R=39.78%
G=16.96%
B=43.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183781990.080.6100.22292.0751.9354.31
HexB74EC783D0161243436
Octal26711630710750264446466
Binary101101111001110110001111000111101010110100100100110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74EC7; }

 p { color: rgb(183,78,199); }

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

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

 a { background-color: rgb(183,78,199); }

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

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

 span { border-color: rgb(183,78,199); }

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