#B045F5

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

Shades of Medium Orchid #B045F5

Tints of Medium Orchid #B045F5

Color information

#B045F5 (or 0xB045F5) is unknown color: approx Medium Orchid. HEX triplet: B0, 45 and F5. RGB value is (176,69,245). Sum of RGB (Red+Green+Blue) = 176+69+245=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 69 (27.34% from 255 or 14.08% from 490); Blue value is 245 (96.09% from 255 or 50% from 490); Max value from RGB is 245 - color contains mainly: blue. Hex color #B045F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B045F5 is #4FBA0A. Grayscale: #787878. Windows color (decimal): -5224971 or 16074160. OLE color: 16074160.

HSL color Cylindrical-coordinate representation of color #B045F5: hue angle of 276.48º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B045F5 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17669245-
CMYK0.280.7200.04
HSL276.48º89.8%61.57%-
HSV(B)276.48º71.84%96.08%-
XYZ36.5120.0888.34-
YUV121.06197.95167.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.92%
GREEN value IS 69 (27.34% from 255) = 14.08%
BLUE value IS 245 (96.09% from 255) = 50%
R=35.92%
G=14.08%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal176692450.280.7200.04276.4889.861.57
HexB045F51C48041145a3e
Octal260105365341100442413276
Binary1011000010001011111010111100100100001001000101001011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B045F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B045F5; }

 p { color: rgb(176,69,245); }

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

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

 a { background-color: rgb(176,69,245); }

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

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

 span { border-color: rgb(176,69,245); }

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