#B745D6

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

Shades of Medium Orchid #B745D6

Tints of Medium Orchid #B745D6

Color information

#B745D6 (or 0xB745D6) is unknown color: approx Medium Orchid. HEX triplet: B7, 45 and D6. RGB value is (183,69,214). Sum of RGB (Red+Green+Blue) = 183+69+214=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #B745D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745D6 is #48BA29. Grayscale: #777777. Windows color (decimal): -4766250 or 14042551. OLE color: 14042551.

HSL color Cylindrical-coordinate representation of color #B745D6: hue angle of 287.17º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B745D6 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18369214-
CMYK0.140.6800.16
HSL287.17º63.88%55.49%-
HSV(B)287.17º67.76%83.92%-
XYZ33.7919.1865.54-
YUV119.62181.27173.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 69 (27.34% from 255) = 14.81%
BLUE value IS 214 (83.98% from 255) = 45.92%
R=39.27%
G=14.81%
B=45.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183692140.140.6800.16287.1763.8855.49
HexB745D6E4401011f4037
Octal2671053261610402043710067
Binary10110111100010111010110111010001000100001000111111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745D6; }

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

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

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

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

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

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

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

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