#B453F5

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

Shades of Medium Orchid #B453F5

Tints of Medium Orchid #B453F5

Color information

#B453F5 (or 0xB453F5) is unknown color: approx Medium Orchid. HEX triplet: B4, 53 and F5. RGB value is (180,83,245). Sum of RGB (Red+Green+Blue) = 180+83+245=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 83 (32.81% from 255 or 16.34% from 508); Blue value is 245 (96.09% from 255 or 48.23% from 508); Max value from RGB is 245 - color contains mainly: blue. Hex color #B453F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B453F5 is #4BAC0A. Grayscale: #818181. Windows color (decimal): -4959243 or 16077748. OLE color: 16077748.

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

Color convert

RGB18083245-
CMYK0.270.6600.04
HSL275.93º89.01%64.31%-
HSV(B)275.93º66.12%96.08%-
XYZ38.422.4888.7-
YUV130.47192.64163.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 83 (32.81% from 255) = 16.34%
BLUE value IS 245 (96.09% from 255) = 48.23%
R=35.43%
G=16.34%
B=48.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal180832450.270.6600.04275.9389.0164.31
HexB453F51B42041145940
Octal2641233653310204424131100
Binary10110100101001111110101110111000010010010001010010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B453F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B453F5; }

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

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

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

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

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

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

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

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