#B745E5

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

Shades of Medium Orchid #B745E5

Tints of Medium Orchid #B745E5

Color information

#B745E5 (or 0xB745E5) is unknown color: approx Medium Orchid. HEX triplet: B7, 45 and E5. RGB value is (183,69,229). Sum of RGB (Red+Green+Blue) = 183+69+229=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #B745E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B745E5 is #48BA1A. Grayscale: #787878. Windows color (decimal): -4766235 or 15025591. OLE color: 15025591.

HSL color Cylindrical-coordinate representation of color #B745E5: hue angle of 282.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B745E5 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18369229-
CMYK0.200.7000.10
HSL282.75º75.47%58.43%-
HSV(B)282.75º69.87%89.8%-
XYZ35.819.9876.1-
YUV121.33188.77171.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.05%
GREEN value IS 69 (27.34% from 255) = 14.35%
BLUE value IS 229 (89.84% from 255) = 47.61%
R=38.05%
G=14.35%
B=47.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal183692290.200.7000.10282.7575.4758.43
HexB745E514460A11b4b3a
Octal2671053452410601243311372
Binary10110111100010111100101101001000110010101000110111001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B745E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B745E5; }

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

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

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

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

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

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

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

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