#B05AED

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

Shades of Medium Orchid #B05AED

Tints of Medium Orchid #B05AED

Color information

#B05AED (or 0xB05AED) is unknown color: approx Medium Orchid. HEX triplet: B0, 5A and ED. RGB value is (176,90,237). Sum of RGB (Red+Green+Blue) = 176+90+237=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #B05AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AED is #4FA512. Grayscale: #838383. Windows color (decimal): -5219603 or 15555248. OLE color: 15555248.

HSL color Cylindrical-coordinate representation of color #B05AED: hue angle of 275.1º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05AED is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17690237-
CMYK0.260.6200.07
HSL275.1º80.33%64.12%-
HSV(B)275.1º62.03%92.94%-
XYZ36.8522.6682.55-
YUV132.47186.99159.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 90 (35.55% from 255) = 17.89%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=34.99%
G=17.89%
B=47.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176902370.260.6200.07275.180.3364.12
HexB05AED1A3E071135040
Octal260132355327607423120100
Binary1011000010110101110110111010111110011110001001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AED; }

 p { color: rgb(176,90,237); }

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

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

 a { background-color: rgb(176,90,237); }

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

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

 span { border-color: rgb(176,90,237); }

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