#B05ED6

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

Shades of Medium Orchid #B05ED6

Tints of Medium Orchid #B05ED6

Color information

#B05ED6 (or 0xB05ED6) is unknown color: approx Medium Orchid. HEX triplet: B0, 5E and D6. RGB value is (176,94,214). Sum of RGB (Red+Green+Blue) = 176+94+214=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 214 (83.98% from 255 or 44.21% from 484); Max value from RGB is 214 - color contains mainly: blue. Hex color #B05ED6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05ED6 is #4FA129. Grayscale: #838383. Windows color (decimal): -5218602 or 14048944. OLE color: 14048944.

HSL color Cylindrical-coordinate representation of color #B05ED6: hue angle of 281º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B05ED6 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17694214-
CMYK0.180.5600.16
HSL281º59.41%60.39%-
HSV(B)281º56.07%83.92%-
XYZ34.0422.0966.09-
YUV132.2174.17159.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.36%
GREEN value IS 94 (37.11% from 255) = 19.42%
BLUE value IS 214 (83.98% from 255) = 44.21%
R=36.36%
G=19.42%
B=44.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal176942140.180.5600.1628159.4160.39
HexB05ED612380101193b3c
Octal26013632622700204317374
Binary1011000010111101101011010010111000010000100011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05ED6; }

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

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

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

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

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

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

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

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