#B745CF

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

Shades of Medium Orchid #B745CF

Tints of Medium Orchid #B745CF

Color information

#B745CF (or 0xB745CF) is unknown color: approx Medium Orchid. HEX triplet: B7, 45 and CF. RGB value is (183,69,207). Sum of RGB (Red+Green+Blue) = 183+69+207=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #B745CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745CF is #48BA30. Grayscale: #767676. Windows color (decimal): -4766257 or 13583799. OLE color: 13583799.

HSL color Cylindrical-coordinate representation of color #B745CF: hue angle of 289.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B745CF is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18369207-
CMYK0.120.6700.19
HSL289.57º58.97%54.12%-
HSV(B)289.57º66.67%81.18%-
XYZ32.9218.8360.93-
YUV118.82177.77173.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 69 (27.34% from 255) = 15.03%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=39.87%
G=15.03%
B=45.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183692070.120.6700.19289.5758.9754.12
HexB745CFC430131223b36
Octal267105317141030234427366
Binary1011011110001011100111111001000011010011100100010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745CF; }

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

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

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

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

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

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

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

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