#B142EB

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

Shades of Medium Orchid #B142EB

Tints of Medium Orchid #B142EB

Color information

#B142EB (or 0xB142EB) is unknown color: approx Medium Orchid. HEX triplet: B1, 42 and EB. RGB value is (177,66,235). Sum of RGB (Red+Green+Blue) = 177+66+235=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 66 (26.17% from 255 or 13.81% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #B142EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B142EB is #4EBD14. Grayscale: #757575. Windows color (decimal): -5160213 or 15418033. OLE color: 15418033.

HSL color Cylindrical-coordinate representation of color #B142EB: hue angle of 279.41º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B142EB is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB17766235-
CMYK0.250.7200.08
HSL279.41º80.86%59.02%-
HSV(B)279.41º71.91%92.16%-
XYZ35.0819.2480.46-
YUV118.46193.77169.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.03%
GREEN value IS 66 (26.17% from 255) = 13.81%
BLUE value IS 235 (92.19% from 255) = 49.16%
R=37.03%
G=13.81%
B=49.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal177662350.250.7200.08279.4180.8659.02
HexB142EB194808117513b
Octal2611023533111001042712173
Binary10110001100001011101011110011001000010001000101111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B142EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B142EB; }

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

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

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

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

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

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

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

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