#B45CFE

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

Shades of Medium Orchid #B45CFE

Tints of Medium Orchid #B45CFE

Color information

#B45CFE (or 0xB45CFE) is unknown color: approx Medium Orchid. HEX triplet: B4, 5C and FE. RGB value is (180,92,254). Sum of RGB (Red+Green+Blue) = 180+92+254=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 92 (36.33% from 255 or 17.49% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #B45CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CFE is #4BA301. Grayscale: #888888. Windows color (decimal): -4956930 or 16669876. OLE color: 16669876.

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

Color convert

RGB18092254-
CMYK0.290.6400.00
HSL272.59º98.78%67.84%-
HSV(B)272.59º63.78%99.61%-
XYZ40.5424.5196.36-
YUV136.78194.15158.83-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 92 (36.33% from 255) = 17.49%
BLUE value IS 254 (99.61% from 255) = 48.29%
R=34.22%
G=17.49%
B=48.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal180922540.290.6400.00272.5998.7867.84
HexB45CFE1D40001116344
Octal2641343763510000421143104
Binary101101001011100111111101110110000000010001000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CFE; }

 p { color: rgb(180,92,254); }

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

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

 a { background-color: rgb(180,92,254); }

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

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

 span { border-color: rgb(180,92,254); }

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