#B74DC6

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

Shades of Medium Orchid #B74DC6

Tints of Medium Orchid #B74DC6

Color information

#B74DC6 (or 0xB74DC6) is unknown color: approx Medium Orchid. HEX triplet: B7, 4D and C6. RGB value is (183,77,198). Sum of RGB (Red+Green+Blue) = 183+77+198=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #B74DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DC6 is #48B239. Grayscale: #7A7A7A. Windows color (decimal): -4764218 or 12996023. OLE color: 12996023.

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

Color convert

RGB18377198-
CMYK0.080.6100.22
HSL292.56º51.49%53.92%-
HSV(B)292.56º61.11%77.65%-
XYZ32.3819.4555.47-
YUV122.49170.62171.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 77 (30.47% from 255) = 16.81%
BLUE value IS 198 (77.73% from 255) = 43.23%
R=39.96%
G=16.81%
B=43.23%

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
Decimal183771980.080.6100.22292.5651.4953.92
HexB74DC683D0161253336
Octal26711530610750264456366
Binary101101111001101110001101000111101010110100100101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74DC6; }

 p { color: rgb(183,77,198); }

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

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

 a { background-color: rgb(183,77,198); }

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

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

 span { border-color: rgb(183,77,198); }

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