#B45AFD

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

Shades of Medium Orchid #B45AFD

Tints of Medium Orchid #B45AFD

Color information

#B45AFD (or 0xB45AFD) is unknown color: approx Medium Orchid. HEX triplet: B4, 5A and FD. RGB value is (180,90,253). Sum of RGB (Red+Green+Blue) = 180+90+253=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #B45AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45AFD is #4BA502. Grayscale: #868686. Windows color (decimal): -4957443 or 16603828. OLE color: 16603828.

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

Color convert

RGB18090253-
CMYK0.290.6400.01
HSL273.13º97.6%67.25%-
HSV(B)273.13º64.43%99.22%-
XYZ40.2124.1195.46-
YUV135.49194.32159.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 90 (35.55% from 255) = 17.21%
BLUE value IS 253 (99.22% from 255) = 48.37%
R=34.42%
G=17.21%
B=48.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180902530.290.6400.01273.1397.667.25
HexB45AFD1D40011116243
Octal2641323753510001421142103
Binary101101001011010111111011110110000000110001000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45AFD; }

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

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

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

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

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

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

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

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