#B45DFD

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

Shades of Medium Orchid #B45DFD

Tints of Medium Orchid #B45DFD

Color information

#B45DFD (or 0xB45DFD) is unknown color: approx Medium Orchid. HEX triplet: B4, 5D and FD. RGB value is (180,93,253). Sum of RGB (Red+Green+Blue) = 180+93+253=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #B45DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DFD is #4BA202. Grayscale: #888888. Windows color (decimal): -4956675 or 16604596. OLE color: 16604596.

HSL color Cylindrical-coordinate representation of color #B45DFD: hue angle of 272.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B45DFD is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18093253-
CMYK0.290.6300.01
HSL272.62º97.56%67.84%-
HSV(B)272.62º63.24%99.22%-
XYZ40.4724.6295.55-
YUV137.25193.32158.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 93 (36.72% from 255) = 17.68%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=34.22%
G=17.68%
B=48.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180932530.290.6300.01272.6297.5667.84
HexB45DFD1D3F011116244
Octal264135375357701421142104
Binary10110100101110111111101111011111110110001000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45DFD; }

 p { color: rgb(180,93,253); }

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

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

 a { background-color: rgb(180,93,253); }

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

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

 span { border-color: rgb(180,93,253); }

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