#B74AE6

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

Shades of Medium Orchid #B74AE6

Tints of Medium Orchid #B74AE6

Color information

#B74AE6 (or 0xB74AE6) is unknown color: approx Medium Orchid. HEX triplet: B7, 4A and E6. RGB value is (183,74,230). Sum of RGB (Red+Green+Blue) = 183+74+230=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 74 (29.30% from 255 or 15.20% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 230 - color contains mainly: blue. Hex color #B74AE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74AE6 is #48B519. Grayscale: #7B7B7B. Windows color (decimal): -4764954 or 15092407. OLE color: 15092407.

HSL color Cylindrical-coordinate representation of color #B74AE6: hue angle of 281.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B74AE6 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18374230-
CMYK0.200.6800.10
HSL281.92º75.73%59.61%-
HSV(B)281.92º67.83%90.2%-
XYZ36.2620.6876.94-
YUV124.38187.61169.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 74 (29.30% from 255) = 15.20%
BLUE value IS 230 (90.23% from 255) = 47.23%
R=37.58%
G=15.20%
B=47.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal183742300.200.6800.10281.9275.7359.61
HexB74AE614440A11a4c3c
Octal2671123462410401243211474
Binary10110111100101011100110101001000100010101000110101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74AE6; }

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

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

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

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

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

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

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

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