#B45FF4

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

Shades of Medium Orchid #B45FF4

Tints of Medium Orchid #B45FF4

Color information

#B45FF4 (or 0xB45FF4) is unknown color: approx Medium Orchid. HEX triplet: B4, 5F and F4. RGB value is (180,95,244). Sum of RGB (Red+Green+Blue) = 180+95+244=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 95 (37.5% from 255 or 18.30% from 519); Blue value is 244 (95.70% from 255 or 47.01% from 519); Max value from RGB is 244 - color contains mainly: blue. Hex color #B45FF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45FF4 is #4BA00B. Grayscale: #888888. Windows color (decimal): -4956172 or 16015284. OLE color: 16015284.

HSL color Cylindrical-coordinate representation of color #B45FF4: hue angle of 274.23º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B45FF4 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18095244-
CMYK0.260.6100.04
HSL274.23º87.13%66.47%-
HSV(B)274.23º61.07%95.69%-
XYZ39.2424.4288.23-
YUV137.4188.16158.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.68%
GREEN value IS 95 (37.5% from 255) = 18.30%
BLUE value IS 244 (95.70% from 255) = 47.01%
R=34.68%
G=18.30%
B=47.01%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180952440.260.6100.04274.2387.1366.47
HexB45FF41A3D041125742
Octal264137364327504422127102
Binary1011010010111111111010011010111101010010001001010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FF4; }

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

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

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

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

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

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

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

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