#B145F2

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

Shades of Medium Orchid #B145F2

Tints of Medium Orchid #B145F2

Color information

#B145F2 (or 0xB145F2) is unknown color: approx Medium Orchid. HEX triplet: B1, 45 and F2. RGB value is (177,69,242). Sum of RGB (Red+Green+Blue) = 177+69+242=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #B145F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145F2 is #4EBA0D. Grayscale: #787878. Windows color (decimal): -5159438 or 15877553. OLE color: 15877553.

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

Color convert

RGB17769242-
CMYK0.270.7100.05
HSL277.46º86.93%60.98%-
HSV(B)277.46º71.49%94.9%-
XYZ36.2920.0185.96-
YUV121.01196.28167.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 69 (27.34% from 255) = 14.14%
BLUE value IS 242 (94.92% from 255) = 49.59%
R=36.27%
G=14.14%
B=49.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal177692420.270.7100.05277.4686.9360.98
HexB145F21B4705115573d
Octal261105362331070542512775
Binary1011000110001011111001011011100011101011000101011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B145F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B145F2; }

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

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

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

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

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

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

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

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