#B45FFF

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

Shades of Medium Orchid #B45FFF

Tints of Medium Orchid #B45FFF

Color information

#B45FFF (or 0xB45FFF) is unknown color: approx Medium Orchid. HEX triplet: B4, 5F and FF. RGB value is (180,95,255). Sum of RGB (Red+Green+Blue) = 180+95+255=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #B45FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45FFF is #4BA000. Grayscale: #8A8A8A. Windows color (decimal): -4956161 or 16736180. OLE color: 16736180.

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

Color convert

RGB18095255-
CMYK0.290.6300
HSL271.88º100%68.63%-
HSV(B)271.88º62.75%100%-
XYZ40.9625.1197.29-
YUV138.66193.66157.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 95 (37.5% from 255) = 17.92%
BLUE value IS 255 (100% from 255) = 48.11%
R=33.96%
G=17.92%
B=48.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180952550.290.6300271.8810068.63
HexB45FFF1D3F001106445
Octal264137377357700420144105
Binary10110100101111111111111111011111110010001000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FFF; }

 p { color: rgb(180,95,255); }

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

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

 a { background-color: rgb(180,95,255); }

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

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

 span { border-color: rgb(180,95,255); }

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