#B142E7

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

Shades of Medium Orchid #B142E7

Tints of Medium Orchid #B142E7

Color information

#B142E7 (or 0xB142E7) is unknown color: approx Medium Orchid. HEX triplet: B1, 42 and E7. RGB value is (177,66,231). Sum of RGB (Red+Green+Blue) = 177+66+231=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 231 (90.62% from 255 or 48.73% from 474); Max value from RGB is 231 - color contains mainly: blue. Hex color #B142E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B142E7 is #4EBD18. Grayscale: #757575. Windows color (decimal): -5160217 or 15155889. OLE color: 15155889.

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

Color convert

RGB17766231-
CMYK0.230.7100.09
HSL280.36º77.46%58.24%-
HSV(B)280.36º71.43%90.59%-
XYZ34.519.0177.45-
YUV118191.77170.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.34%
GREEN value IS 66 (26.17% from 255) = 13.92%
BLUE value IS 231 (90.62% from 255) = 48.73%
R=37.34%
G=13.92%
B=48.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal177662310.230.7100.09280.3677.4658.24
HexB142E71747091184d3a
Octal2611023472710701143011572
Binary10110001100001011100111101111000111010011000110001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B142E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B142E7; }

 p { color: rgb(177,66,231); }

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

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

 a { background-color: rgb(177,66,231); }

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

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

 span { border-color: rgb(177,66,231); }

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