#B145DC

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

Shades of Medium Orchid #B145DC

Tints of Medium Orchid #B145DC

Color information

#B145DC (or 0xB145DC) is unknown color: approx Medium Orchid. HEX triplet: B1, 45 and DC. RGB value is (177,69,220). Sum of RGB (Red+Green+Blue) = 177+69+220=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #B145DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B145DC is #4EBA23. Grayscale: #767676. Windows color (decimal): -5159460 or 14435761. OLE color: 14435761.

HSL color Cylindrical-coordinate representation of color #B145DC: hue angle of 282.91º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B145DC is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17769220-
CMYK0.200.6900.14
HSL282.91º68.33%56.67%-
HSV(B)282.91º68.64%86.27%-
XYZ33.1818.7769.58-
YUV118.51185.28169.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 69 (27.34% from 255) = 14.81%
BLUE value IS 220 (86.33% from 255) = 47.21%
R=37.98%
G=14.81%
B=47.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177692200.200.6900.14282.9168.3356.67
HexB145DC14450E11b4439
Octal2611053342410501643310471
Binary10110001100010111011100101001000101011101000110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B145DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B145DC; }

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

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

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

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

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

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

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

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