#B145C6

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

Shades of Medium Orchid #B145C6

Tints of Medium Orchid #B145C6

Color information

#B145C6 (or 0xB145C6) is unknown color: approx Medium Orchid. HEX triplet: B1, 45 and C6. RGB value is (177,69,198). Sum of RGB (Red+Green+Blue) = 177+69+198=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 198 (77.73% from 255 or 44.59% from 444); Max value from RGB is 198 - color contains mainly: blue. Hex color #B145C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145C6 is #4EBA39. Grayscale: #737373. Windows color (decimal): -5159482 or 12993969. OLE color: 12993969.

HSL color Cylindrical-coordinate representation of color #B145C6: hue angle of 290.23º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B145C6 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17769198-
CMYK0.110.6500.22
HSL290.23º53.09%52.35%-
HSV(B)290.23º65.15%77.65%-
XYZ30.4517.6855.23-
YUV116174.28171.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.86%
GREEN value IS 69 (27.34% from 255) = 15.54%
BLUE value IS 198 (77.73% from 255) = 44.59%
R=39.86%
G=15.54%
B=44.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177691980.110.6500.22290.2353.0952.35
HexB145C6B410161223534
Octal261105306131010264426564
Binary1011000110001011100011010111000001010110100100010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B145C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B145C6; }

 p { color: rgb(177,69,198); }

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

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

 a { background-color: rgb(177,69,198); }

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

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

 span { border-color: rgb(177,69,198); }

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