#B455ED

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

Shades of Medium Orchid #B455ED

Tints of Medium Orchid #B455ED

Color information

#B455ED (or 0xB455ED) is unknown color: approx Medium Orchid. HEX triplet: B4, 55 and ED. RGB value is (180,85,237). Sum of RGB (Red+Green+Blue) = 180+85+237=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #B455ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B455ED is #4BAA12. Grayscale: #828282. Windows color (decimal): -4958739 or 15553972. OLE color: 15553972.

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

Color convert

RGB18085237-
CMYK0.240.6400.07
HSL277.5º80.85%63.14%-
HSV(B)277.5º64.14%92.94%-
XYZ37.3622.3182.46-
YUV130.73187.97163.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.86%
GREEN value IS 85 (33.59% from 255) = 16.93%
BLUE value IS 237 (92.97% from 255) = 47.21%
R=35.86%
G=16.93%
B=47.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180852370.240.6400.07277.580.8563.14
HexB455ED184007116513f
Octal264125355301000742612177
Binary1011010010101011110110111000100000001111000101101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B455ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B455ED; }

 p { color: rgb(180,85,237); }

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

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

 a { background-color: rgb(180,85,237); }

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

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

 span { border-color: rgb(180,85,237); }

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