#b745d8

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

Shades of Medium Orchid #B745D8

Tints of Medium Orchid #B745D8

Color information

#B745D8 (or 0xB745D8) is unknown color: approx Medium Orchid. HEX triplet: B7, 45 and D8. RGB value is (183,69,216). Sum of RGB (Red+Green+Blue) = 183+69+216=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #B745D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745D8 is #48BA27. Grayscale: #777777. Windows color (decimal): -4766248 or 14173623. OLE color: 14173623.

HSL color Cylindrical-coordinate representation of color #B745D8: hue angle of 286.53º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B745D8 is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18369216-
CMYK0.150.6800.15
HSL286.53º65.33%55.88%-
HSV(B)286.53º68.06%84.71%-
XYZ34.0519.2866.89-
YUV119.84182.27173.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.10%
GREEN value IS 69 (27.34% from 255) = 14.74%
BLUE value IS 216 (84.77% from 255) = 46.15%
R=39.10%
G=14.74%
B=46.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal183692160.150.6800.15286.5365.3355.88
HexB745D8F440F11f4138
Octal2671053301710401743710170
Binary1011011110001011101100011111000100011111000111111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b745d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b745d8; }

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

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

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

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

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

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

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

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