#B245E7

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

Shades of Medium Orchid #B245E7

Tints of Medium Orchid #B245E7

Color information

#B245E7 (or 0xB245E7) is unknown color: approx Medium Orchid. HEX triplet: B2, 45 and E7. RGB value is (178,69,231). Sum of RGB (Red+Green+Blue) = 178+69+231=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 69 (27.34% from 255 or 14.44% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #B245E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B245E7 is #4DBA18. Grayscale: #777777. Windows color (decimal): -5093913 or 15156658. OLE color: 15156658.

HSL color Cylindrical-coordinate representation of color #B245E7: hue angle of 280.37º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B245E7 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17869231-
CMYK0.230.7000.09
HSL280.37º77.14%58.82%-
HSV(B)280.37º70.13%90.59%-
XYZ34.9119.4977.52-
YUV120.06190.61169.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.24%
GREEN value IS 69 (27.34% from 255) = 14.44%
BLUE value IS 231 (90.62% from 255) = 48.33%
R=37.24%
G=14.44%
B=48.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178692310.230.7000.09280.3777.1458.82
HexB245E71746091184d3b
Octal2621053472710601143011573
Binary10110010100010111100111101111000110010011000110001001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B245E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B245E7; }

 p { color: rgb(178,69,231); }

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

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

 a { background-color: rgb(178,69,231); }

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

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

 span { border-color: rgb(178,69,231); }

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