#B142D2

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

Shades of Medium Orchid #B142D2

Tints of Medium Orchid #B142D2

Color information

#B142D2 (or 0xB142D2) is unknown color: approx Medium Orchid. HEX triplet: B1, 42 and D2. RGB value is (177,66,210). Sum of RGB (Red+Green+Blue) = 177+66+210=453 (60% of max value = 765). Red value is 177 (69.53% from 255 or 39.07% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 210 - color contains mainly: blue. Hex color #B142D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142D2 is #4EBD2D. Grayscale: #737373. Windows color (decimal): -5160238 or 13779633. OLE color: 13779633.

HSL color Cylindrical-coordinate representation of color #B142D2: hue angle of 286.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B142D2 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17766210-
CMYK0.160.6900.18
HSL286.25º61.54%54.12%-
HSV(B)286.25º68.57%82.35%-
XYZ31.7117.962.76-
YUV115.6181.27171.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.07%
GREEN value IS 66 (26.17% from 255) = 14.57%
BLUE value IS 210 (82.42% from 255) = 46.36%
R=39.07%
G=14.57%
B=46.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal177662100.160.6900.18286.2561.5454.12
HexB142D2104501211e3e36
Octal261102322201050224367666
Binary10110001100001011010010100001000101010010100011110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B142D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B142D2; }

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

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

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

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

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

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

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

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