#B745F5

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

Shades of Medium Orchid #B745F5

Tints of Medium Orchid #B745F5

Color information

#B745F5 (or 0xB745F5) is unknown color: approx Medium Orchid. HEX triplet: B7, 45 and F5. RGB value is (183,69,245). Sum of RGB (Red+Green+Blue) = 183+69+245=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 245 - color contains mainly: blue. Hex color #B745F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B745F5 is #48BA0A. Grayscale: #7A7A7A. Windows color (decimal): -4766219 or 16074167. OLE color: 16074167.

HSL color Cylindrical-coordinate representation of color #B745F5: hue angle of 278.86º 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 #B745F5 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18369245-
CMYK0.250.7200.04
HSL278.86º89.8%61.57%-
HSV(B)278.86º71.84%96.08%-
XYZ38.1420.9288.41-
YUV123.15196.77170.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.82%
GREEN value IS 69 (27.34% from 255) = 13.88%
BLUE value IS 245 (96.09% from 255) = 49.30%
R=36.82%
G=13.88%
B=49.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal183692450.250.7200.04278.8689.861.57
HexB745F51948041175a3e
Octal267105365311100442713276
Binary1011011110001011111010111001100100001001000101111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745F5; }

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

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

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

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

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

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

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

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