#B140F2

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

Shades of Medium Orchid #B140F2

Tints of Medium Orchid #B140F2

Color information

#B140F2 (or 0xB140F2) is unknown color: approx Medium Orchid. HEX triplet: B1, 40 and F2. RGB value is (177,64,242). Sum of RGB (Red+Green+Blue) = 177+64+242=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 242 (94.92% from 255 or 50.10% from 483); Max value from RGB is 242 - color contains mainly: blue. Hex color #B140F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B140F2 is #4EBF0D. Grayscale: #757575. Windows color (decimal): -5160718 or 15876273. OLE color: 15876273.

HSL color Cylindrical-coordinate representation of color #B140F2: hue angle of 278.09º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B140F2 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17764242-
CMYK0.270.7400.05
HSL278.09º87.25%60%-
HSV(B)278.09º73.55%94.9%-
XYZ35.9919.4285.86-
YUV118.08197.94170.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.65%
GREEN value IS 64 (25.39% from 255) = 13.25%
BLUE value IS 242 (94.92% from 255) = 50.10%
R=36.65%
G=13.25%
B=50.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177642420.270.7400.05278.0987.2560
HexB140F21B4A05116573c
Octal261100362331120542612774
Binary1011000110000001111001011011100101001011000101101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B140F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B140F2; }

 p { color: rgb(177,64,242); }

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

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

 a { background-color: rgb(177,64,242); }

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

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

 span { border-color: rgb(177,64,242); }

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