#b45bca

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

Shades of Medium Orchid #B45BCA

Tints of Medium Orchid #B45BCA

Color information

#B45BCA (or 0xB45BCA) is unknown color: approx Medium Orchid. HEX triplet: B4, 5B and CA. RGB value is (180,91,202). Sum of RGB (Red+Green+Blue) = 180+91+202=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #B45BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45BCA is #4BA435. Grayscale: #818181. Windows color (decimal): -4957238 or 13261748. OLE color: 13261748.

HSL color Cylindrical-coordinate representation of color #B45BCA: hue angle of 288.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45BCA is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18091202-
CMYK0.110.5500.21
HSL288.11º51.15%57.45%-
HSV(B)288.11º54.95%79.22%-
XYZ33.2221.4558.27-
YUV130.26168.49163.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.05%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=38.05%
G=19.24%
B=42.71%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180912020.110.5500.21288.1151.1557.45
HexB45BCAB370151203339
Octal26413331213670254406371
Binary101101001011011110010101011110111010101100100000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b45bca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b45bca; }

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

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

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

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

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

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

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

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