#b45bec

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

Shades of Medium Orchid #B45BEC

Tints of Medium Orchid #B45BEC

Color information

#B45BEC (or 0xB45BEC) is unknown color: approx Medium Orchid. HEX triplet: B4, 5B and EC. RGB value is (180,91,236). Sum of RGB (Red+Green+Blue) = 180+91+236=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 91 (35.94% from 255 or 17.95% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #B45BEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45BEC is #4BA413. Grayscale: #858585. Windows color (decimal): -4957204 or 15489972. OLE color: 15489972.

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

Color convert

RGB18091236-
CMYK0.240.6100.07
HSL276.83º79.23%64.12%-
HSV(B)276.83º61.44%92.55%-
XYZ37.723.2481.86-
YUV134.14185.49160.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 91 (35.94% from 255) = 17.95%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=35.50%
G=17.95%
B=46.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180912360.240.6100.07276.8379.2364.12
HexB45BEC183D071154f40
Octal264133354307507425117100
Binary1011010010110111110110011000111101011110001010110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45bec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45bec; }

 p { color: rgb(180,91,236); }

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

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

 a { background-color: rgb(180,91,236); }

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

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

 span { border-color: rgb(180,91,236); }

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