#B045FE

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

Shades of Medium Orchid #B045FE

Tints of Medium Orchid #B045FE

Color information

#B045FE (or 0xB045FE) is unknown color: approx Medium Orchid. HEX triplet: B0, 45 and FE. RGB value is (176,69,254). Sum of RGB (Red+Green+Blue) = 176+69+254=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 69 (27.34% from 255 or 13.83% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #B045FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B045FE is #4FBA01. Grayscale: #797979. Windows color (decimal): -5224962 or 16663984. OLE color: 16663984.

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

Color convert

RGB17669254-
CMYK0.310.7300.00
HSL274.7º98.93%63.33%-
HSV(B)274.7º72.83%99.61%-
XYZ37.9220.6495.75-
YUV122.08202.45166.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.27%
GREEN value IS 69 (27.34% from 255) = 13.83%
BLUE value IS 254 (99.61% from 255) = 50.90%
R=35.27%
G=13.83%
B=50.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal176692540.310.7300.00274.798.9363.33
HexB045FE1F4900113633f
Octal260105376371110042314377
Binary10110000100010111111110111111001001001000100111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B045FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B045FE; }

 p { color: rgb(176,69,254); }

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

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

 a { background-color: rgb(176,69,254); }

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

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

 span { border-color: rgb(176,69,254); }

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