#B240FF

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

Shades of Medium Orchid #B240FF

Tints of Medium Orchid #B240FF

Color information

#B240FF (or 0xB240FF) is unknown color: approx Medium Orchid. HEX triplet: B2, 40 and FF. RGB value is (178,64,255). Sum of RGB (Red+Green+Blue) = 178+64+255=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 64 (25.39% from 255 or 12.88% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #B240FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B240FF is #4DBF00. Grayscale: #777777. Windows color (decimal): -5095169 or 16728242. OLE color: 16728242.

HSL color Cylindrical-coordinate representation of color #B240FF: hue angle of 275.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B240FF is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17864255-
CMYK0.300.7500
HSL275.81º100%62.55%-
HSV(B)275.81º74.9%100%-
XYZ38.2420.3596.52-
YUV119.86204.27169.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 64 (25.39% from 255) = 12.88%
BLUE value IS 255 (100% from 255) = 51.31%
R=35.81%
G=12.88%
B=51.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal178642550.300.7500275.8110062.55
HexB240FF1E4B00114643f
Octal262100377361130042414477
Binary10110010100000011111111111101001011001000101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B240FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B240FF; }

 p { color: rgb(178,64,255); }

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

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

 a { background-color: rgb(178,64,255); }

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

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

 span { border-color: rgb(178,64,255); }

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