#B04EF1

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

Shades of Medium Orchid #B04EF1

Tints of Medium Orchid #B04EF1

Color information

#B04EF1 (or 0xB04EF1) is unknown color: approx Medium Orchid. HEX triplet: B0, 4E and F1. RGB value is (176,78,241). Sum of RGB (Red+Green+Blue) = 176+78+241=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 78 (30.86% from 255 or 15.76% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #B04EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B04EF1 is #4FB10E. Grayscale: #7D7D7D. Windows color (decimal): -5222671 or 15814320. OLE color: 15814320.

HSL color Cylindrical-coordinate representation of color #B04EF1: hue angle of 276.07º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B04EF1 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17678241-
CMYK0.270.6800.05
HSL276.07º85.34%62.55%-
HSV(B)276.07º67.63%94.51%-
XYZ36.5121.0385.35-
YUV125.88192.97163.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 78 (30.86% from 255) = 15.76%
BLUE value IS 241 (94.53% from 255) = 48.69%
R=35.56%
G=15.76%
B=48.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal176782410.270.6800.05276.0785.3462.55
HexB04EF11B4405114553f
Octal260116361331040542412577
Binary1011000010011101111000111011100010001011000101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04EF1; }

 p { color: rgb(176,78,241); }

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

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

 a { background-color: rgb(176,78,241); }

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

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

 span { border-color: rgb(176,78,241); }

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