#B45AEE

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

Shades of Medium Orchid #B45AEE

Tints of Medium Orchid #B45AEE

Color information

#B45AEE (or 0xB45AEE) is unknown color: approx Medium Orchid. HEX triplet: B4, 5A and EE. RGB value is (180,90,238). Sum of RGB (Red+Green+Blue) = 180+90+238=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 90 (35.55% from 255 or 17.72% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #B45AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45AEE is #4BA511. Grayscale: #858585. Windows color (decimal): -4957458 or 15620788. OLE color: 15620788.

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

Color convert

RGB18090238-
CMYK0.240.6200.07
HSL276.49º81.32%64.31%-
HSV(B)276.49º62.18%93.33%-
XYZ37.9123.1983.37-
YUV133.78186.82160.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 90 (35.55% from 255) = 17.72%
BLUE value IS 238 (93.36% from 255) = 46.85%
R=35.43%
G=17.72%
B=46.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180902380.240.6200.07276.4981.3264.31
HexB45AEE183E071145140
Octal264132356307607424121100
Binary1011010010110101110111011000111110011110001010010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45AEE; }

 p { color: rgb(180,90,238); }

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

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

 a { background-color: rgb(180,90,238); }

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

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

 span { border-color: rgb(180,90,238); }

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