#B453FE

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

Shades of Medium Orchid #B453FE

Tints of Medium Orchid #B453FE

Color information

#B453FE (or 0xB453FE) is unknown color: approx Medium Orchid. HEX triplet: B4, 53 and FE. RGB value is (180,83,254). Sum of RGB (Red+Green+Blue) = 180+83+254=517 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.82% from 517); Green value is 83 (32.81% from 255 or 16.05% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #B453FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453FE is #4BAC01. Grayscale: #828282. Windows color (decimal): -4959234 or 16667572. OLE color: 16667572.

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

Color convert

RGB18083254-
CMYK0.290.6700.00
HSL274.04º98.84%66.08%-
HSV(B)274.04º67.32%99.61%-
XYZ39.8123.0596.12-
YUV131.5197.14162.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.82%
GREEN value IS 83 (32.81% from 255) = 16.05%
BLUE value IS 254 (99.61% from 255) = 49.13%
R=34.82%
G=16.05%
B=49.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal180832540.290.6700.00274.0498.8466.08
HexB453FE1D43001126342
Octal2641233763510300422143102
Binary101101001010011111111101110110000110010001001011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B453FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B453FE; }

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

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

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

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

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

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

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

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