#B45CF9

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

Shades of Medium Orchid #B45CF9

Tints of Medium Orchid #B45CF9

Color information

#B45CF9 (or 0xB45CF9) is unknown color: approx Medium Orchid. HEX triplet: B4, 5C and F9. RGB value is (180,92,249). Sum of RGB (Red+Green+Blue) = 180+92+249=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #B45CF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CF9 is #4BA306. Grayscale: #878787. Windows color (decimal): -4956935 or 16342196. OLE color: 16342196.

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

Color convert

RGB18092249-
CMYK0.280.6300.02
HSL273.63º92.9%66.86%-
HSV(B)273.63º63.05%97.65%-
XYZ39.7524.292.2-
YUV136.21191.65159.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 92 (36.33% from 255) = 17.66%
BLUE value IS 249 (97.66% from 255) = 47.79%
R=34.55%
G=17.66%
B=47.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal180922490.280.6300.02273.6392.966.86
HexB45CF91C3F021125d43
Octal264134371347702422135103
Binary101101001011100111110011110011111101010001001010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CF9; }

 p { color: rgb(180,92,249); }

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

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

 a { background-color: rgb(180,92,249); }

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

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

 span { border-color: rgb(180,92,249); }

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