#B05EE1

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

Shades of Medium Orchid #B05EE1

Tints of Medium Orchid #B05EE1

Color information

#B05EE1 (or 0xB05EE1) is unknown color: approx Medium Orchid. HEX triplet: B0, 5E and E1. RGB value is (176,94,225). Sum of RGB (Red+Green+Blue) = 176+94+225=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 225 - color contains mainly: blue. Hex color #B05EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05EE1 is #4FA11E. Grayscale: #858585. Windows color (decimal): -5218591 or 14769840. OLE color: 14769840.

HSL color Cylindrical-coordinate representation of color #B05EE1: hue angle of 277.56º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B05EE1 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17694225-
CMYK0.220.5800.12
HSL277.56º68.59%62.55%-
HSV(B)277.56º58.22%88.24%-
XYZ35.522.6773.74-
YUV133.45179.67158.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 94 (37.11% from 255) = 18.99%
BLUE value IS 225 (88.28% from 255) = 45.45%
R=35.56%
G=18.99%
B=45.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal176942250.220.5800.12277.5668.5962.55
HexB05EE1163A0C116453f
Octal260136341267201442610577
Binary1011000010111101110000110110111010011001000101101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05EE1; }

 p { color: rgb(176,94,225); }

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

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

 a { background-color: rgb(176,94,225); }

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

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

 span { border-color: rgb(176,94,225); }

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