#B45AEF

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

Shades of Medium Orchid #B45AEF

Tints of Medium Orchid #B45AEF

Color information

#B45AEF (or 0xB45AEF) is unknown color: approx Medium Orchid. HEX triplet: B4, 5A and EF. RGB value is (180,90,239). Sum of RGB (Red+Green+Blue) = 180+90+239=509 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.36% from 509); Green value is 90 (35.55% from 255 or 17.68% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #B45AEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45AEF is #4BA510. Grayscale: #858585. Windows color (decimal): -4957457 or 15686324. OLE color: 15686324.

HSL color Cylindrical-coordinate representation of color #B45AEF: hue angle of 276.24º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B45AEF is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18090239-
CMYK0.250.6200.06
HSL276.24º82.32%64.51%-
HSV(B)276.24º62.34%93.73%-
XYZ38.0623.2584.14-
YUV133.9187.32160.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.36%
GREEN value IS 90 (35.55% from 255) = 17.68%
BLUE value IS 239 (93.75% from 255) = 46.95%
R=35.36%
G=17.68%
B=46.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180902390.250.6200.06276.2482.3264.51
HexB45AEF193E061145241
Octal264132357317606424122101
Binary1011010010110101110111111001111110011010001010010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45AEF; }

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

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

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

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

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

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

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

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