#B05BED

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

Shades of Medium Orchid #B05BED

Tints of Medium Orchid #B05BED

Color information

#B05BED (or 0xB05BED) is unknown color: approx Medium Orchid. HEX triplet: B0, 5B and ED. RGB value is (176,91,237). Sum of RGB (Red+Green+Blue) = 176+91+237=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 91 (35.94% from 255 or 18.06% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #B05BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05BED is #4FA412. Grayscale: #848484. Windows color (decimal): -5219347 or 15555504. OLE color: 15555504.

HSL color Cylindrical-coordinate representation of color #B05BED: hue angle of 274.93º 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 #B05BED is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17691237-
CMYK0.260.6200.07
HSL274.93º80.22%64.31%-
HSV(B)274.93º61.6%92.94%-
XYZ36.9322.8382.58-
YUV133.06186.66158.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 91 (35.94% from 255) = 18.06%
BLUE value IS 237 (92.97% from 255) = 47.02%
R=34.92%
G=18.06%
B=47.02%

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
Decimal176912370.260.6200.07274.9380.2264.31
HexB05BED1A3E071135040
Octal260133355327607423120100
Binary1011000010110111110110111010111110011110001001110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05BED; }

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

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

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

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

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

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

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

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