#B147EA

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

Shades of Medium Orchid #B147EA

Tints of Medium Orchid #B147EA

Color information

#B147EA (or 0xB147EA) is unknown color: approx Medium Orchid. HEX triplet: B1, 47 and EA. RGB value is (177,71,234). Sum of RGB (Red+Green+Blue) = 177+71+234=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #B147EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B147EA is #4EB815. Grayscale: #787878. Windows color (decimal): -5158934 or 15353777. OLE color: 15353777.

HSL color Cylindrical-coordinate representation of color #B147EA: hue angle of 279.02º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B147EA is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17771234-
CMYK0.240.7000.08
HSL279.02º79.51%59.8%-
HSV(B)279.02º69.66%91.76%-
XYZ35.2419.7979.81-
YUV121.28191.62167.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 71 (28.12% from 255) = 14.73%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=36.72%
G=14.73%
B=48.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal177712340.240.7000.08279.0279.5159.8
HexB147EA184608117503c
Octal2611073523010601042712074
Binary10110001100011111101010110001000110010001000101111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B147EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B147EA; }

 p { color: rgb(177,71,234); }

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

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

 a { background-color: rgb(177,71,234); }

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

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

 span { border-color: rgb(177,71,234); }

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