#B141F3

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

Shades of Medium Orchid #B141F3

Tints of Medium Orchid #B141F3

Color information

#B141F3 (or 0xB141F3) is unknown color: approx Medium Orchid. HEX triplet: B1, 41 and F3. RGB value is (177,65,243). Sum of RGB (Red+Green+Blue) = 177+65+243=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #B141F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B141F3 is #4EBE0C. Grayscale: #767676. Windows color (decimal): -5160461 or 15942065. OLE color: 15942065.

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

Color convert

RGB17765243-
CMYK0.270.7300.05
HSL277.75º88.12%60.39%-
HSV(B)277.75º73.25%95.29%-
XYZ36.219.686.67-
YUV118.78198.11169.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.49%
GREEN value IS 65 (25.78% from 255) = 13.40%
BLUE value IS 243 (95.31% from 255) = 50.10%
R=36.49%
G=13.40%
B=50.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177652430.270.7300.05277.7588.1260.39
HexB141F31B4905116583c
Octal261101363331110542613074
Binary1011000110000011111001111011100100101011000101101011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B141F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B141F3; }

 p { color: rgb(177,65,243); }

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

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

 a { background-color: rgb(177,65,243); }

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

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

 span { border-color: rgb(177,65,243); }

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