#B452FA

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

Shades of Medium Orchid #B452FA

Tints of Medium Orchid #B452FA

Color information

#B452FA (or 0xB452FA) is unknown color: approx Medium Orchid. HEX triplet: B4, 52 and FA. RGB value is (180,82,250). Sum of RGB (Red+Green+Blue) = 180+82+250=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #B452FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B452FA is #4BAD05. Grayscale: #818181. Windows color (decimal): -4959494 or 16405172. OLE color: 16405172.

HSL color Cylindrical-coordinate representation of color #B452FA: hue angle of 275º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B452FA is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18082250-
CMYK0.280.6700.02
HSL275º94.38%65.1%-
HSV(B)275º67.2%98.04%-
XYZ39.122.6492.75-
YUV130.45195.47163.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 82 (32.42% from 255) = 16.02%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=35.16%
G=16.02%
B=48.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180822500.280.6700.0227594.3865.1
HexB452FA1C43021135e41
Octal2641223723410302423136101
Binary1011010010100101111101011100100001101010001001110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452FA; }

 p { color: rgb(180,82,250); }

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

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

 a { background-color: rgb(180,82,250); }

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

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

 span { border-color: rgb(180,82,250); }

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