#B74CEA

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

Shades of Medium Orchid #B74CEA

Tints of Medium Orchid #B74CEA

Color information

#B74CEA (or 0xB74CEA) is unknown color: approx Medium Orchid. HEX triplet: B7, 4C and EA. RGB value is (183,76,234). Sum of RGB (Red+Green+Blue) = 183+76+234=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 76 (30.08% from 255 or 15.42% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #B74CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CEA is #48B315. Grayscale: #7D7D7D. Windows color (decimal): -4764438 or 15355063. OLE color: 15355063.

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

Color convert

RGB18376234-
CMYK0.220.6800.08
HSL280.63º79%60.78%-
HSV(B)280.63º67.52%91.76%-
XYZ36.9621.1879.98-
YUV126188.95168.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.12%
GREEN value IS 76 (30.08% from 255) = 15.42%
BLUE value IS 234 (91.80% from 255) = 47.46%
R=37.12%
G=15.42%
B=47.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal183762340.220.6800.08280.637960.78
HexB74CEA1644081194f3d
Octal2671143522610401043111775
Binary10110111100110011101010101101000100010001000110011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74CEA; }

 p { color: rgb(183,76,234); }

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

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

 a { background-color: rgb(183,76,234); }

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

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

 span { border-color: rgb(183,76,234); }

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